mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-21 14:49:36 +02:00
bind F4 to start in A5200 mode
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user