comparison src/dsjoy.c @ 3:17286938e22a

change DS alt. rotate key to rotate twice
author paulo@localhost
date Wed, 08 Apr 2009 21:50:13 -0700
parents 80a2761bd3a4
children
comparison
equal deleted inserted replaced
1:8a212acf555f 2:13b55e09926a
36 #ifdef ARM9 36 #ifdef ARM9
37 // if (hwKeys & KEY_X) { 37 // if (hwKeys & KEY_X) {
38 // out |= VKEY_MACRO(3); 38 // out |= VKEY_MACRO(3);
39 // } 39 // }
40 if (hwKeys & KEY_Y) { 40 if (hwKeys & KEY_Y) {
41 out |= VKEY_MACRO(0);//VKEY_MACRO(2); 41 out |= VKEY_MACRO(1);//VKEY_MACRO(2);
42 } 42 }
43 #endif 43 #endif
44 44
45 // on the GBA and DS, we need to add the console buttons in 45 // on the GBA and DS, we need to add the console buttons in
46 out |= hwKeys << 16; 46 out |= hwKeys << 16;