mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-26 11:11:48 +01:00
[Core/SG] restored SG-1000 Pause button support
This commit is contained in:
parent
aef1b342fb
commit
65a8ce44a5
@ -1137,7 +1137,7 @@ void system_frame_sms(int do_skip)
|
||||
}
|
||||
|
||||
/* 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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user