mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
A5200 add RETROK_KP_MULTIPLY for AKEY_5200_ASTERISK too
This commit is contained in:
@@ -266,6 +266,8 @@ int PLATFORM_Keyboard(void)
|
||||
if(Key_Sate[RETROK_HASH])return AKEY_5200_HASH ^ shiftctrl;
|
||||
if(Key_Sate[RETROK_EQUALS])return AKEY_5200_HASH ^ shiftctrl;
|
||||
if(Key_Sate[RETROK_ASTERISK])return AKEY_5200_ASTERISK ^ shiftctrl;
|
||||
if(Key_Sate[RETROK_KP_MULTIPLY])return AKEY_5200_ASTERISK ^ shiftctrl;
|
||||
|
||||
|
||||
return AKEY_NONE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user