From 65a8ce44a575a5f5e7469d5ba0b9c90f8ac0e5a9 Mon Sep 17 00:00:00 2001 From: EkeEke Date: Wed, 30 Oct 2013 00:38:41 +0100 Subject: [PATCH] [Core/SG] restored SG-1000 Pause button support --- core/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/system.c b/core/system.c index 53a730b..d80a255 100644 --- a/core/system.c +++ b/core/system.c @@ -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) {