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

This commit is contained in:
EkeEke 2013-10-30 00:38:41 +01:00 committed by twinaphex
parent 587a6dca1b
commit 368af30145

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) */
if ((system_hw != SYSTEM_GG) && (system_hw != SYSTEM_SG))
if (system_hw != SYSTEM_GG)
{
if (input.pad[0] & INPUT_START)
{