git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit d50f9df9742b813df9acaa895f0b8f8eadfe709d
parent 15215000f9df2ed083a694f90bdb35986df376c0
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Fri, 28 Mar 2025 13:11:04 +0300

Reset while being paused in SDL now unpauses

Diffstat:
MSDL/main.c1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/SDL/main.c b/SDL/main.c @@ -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;

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.