mirror of https://github.com/LIJI32/SameBoy.git
Reset while being paused in SDL now unpauses
This commit is contained in:
parent
15215000f9
commit
d50f9df974
|
@ -495,6 +495,7 @@ static void handle_events(GB_gameboy_t *gb)
|
|||
case SDL_SCANCODE_R:
|
||||
if (event.key.keysym.mod & MODIFIER) {
|
||||
pending_command = GB_SDL_RESET_COMMAND;
|
||||
paused = false;
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue