# HG changeset patch # User paulo@localhost # Date 1239252613 25200 # Node ID 17286938e22a0daee35cc4e42005480469c76b24 # Parent 80a2761bd3a41e09c4576bd1014393b0dac42367 change DS alt. rotate key to rotate twice diff -r 80a2761bd3a4 -r 17286938e22a src/dsjoy.c --- a/src/dsjoy.c Mon Mar 23 01:19:12 2009 -0700 +++ b/src/dsjoy.c Wed Apr 08 21:50:13 2009 -0700 @@ -38,7 +38,7 @@ // out |= VKEY_MACRO(3); // } if (hwKeys & KEY_Y) { - out |= VKEY_MACRO(0);//VKEY_MACRO(2); + out |= VKEY_MACRO(1);//VKEY_MACRO(2); } #endif