changeset 3:17286938e22a tip

change DS alt. rotate key to rotate twice
author paulo@localhost
date Wed, 08 Apr 2009 21:50:13 -0700
parents 80a2761bd3a4
children
files src/dsjoy.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/src/dsjoy.c	Mon Mar 23 01:19:12 2009 -0700
     1.2 +++ b/src/dsjoy.c	Wed Apr 08 21:50:13 2009 -0700
     1.3 @@ -38,7 +38,7 @@
     1.4  //    out |= VKEY_MACRO(3);
     1.5  //  }
     1.6    if (hwKeys & KEY_Y) {
     1.7 -    out |= VKEY_MACRO(0);//VKEY_MACRO(2);
     1.8 +    out |= VKEY_MACRO(1);//VKEY_MACRO(2);
     1.9    }
    1.10  #endif
    1.11