bind F4 to start in A5200 mode

This commit is contained in:
Not6
2017-03-05 18:18:40 +01:00
parent 57f47ccb5e
commit 0fc0689961
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -129,6 +129,9 @@ int PLATFORM_Keyboard(void)
INPUT_key_shift = 0;
}
if (mbt[RETRO_DEVICE_ID_JOYPAD_START])
return AKEY_5200_START ^ shiftctrl;
if (Key_Sate[RETROK_F4])
return AKEY_5200_START ^ shiftctrl;