[Core/SG] restored SG-1000 Pause button support

This commit is contained in:
EkeEke 2013-10-30 00:38:41 +01:00
parent aef1b342fb
commit 65a8ce44a5

View File

@ -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)
{ {