Reset while being paused in SDL now unpauses

This commit is contained in:
Lior Halphon 2025-03-28 13:11:04 +03:00
parent 15215000f9
commit d50f9df974
1 changed files with 1 additions and 0 deletions

View File

@ -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;