mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-09 04:15:14 +01:00
[Core/SG] restored SG-1000 Pause button support
This commit is contained in:
parent
587a6dca1b
commit
368af30145
@ -1137,7 +1137,7 @@ void system_frame_sms(int do_skip)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Detect pause button input (in Game Gear Mode, NMI is not generated) */
|
/* Detect pause button input (in Game Gear Mode, NMI is not generated) */
|
||||||
if ((system_hw != SYSTEM_GG) && (system_hw != SYSTEM_SG))
|
if (system_hw != SYSTEM_GG)
|
||||||
{
|
{
|
||||||
if (input.pad[0] & INPUT_START)
|
if (input.pad[0] & INPUT_START)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user