git.y1.nz

SameBoy

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

commit d209628369824f7d4bdca9e55020bd2dc5730ffc
parent 323b6fafa8f8e9ec1b6ee2b108ff766eb6381772
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sat, 29 Jul 2023 13:45:26 +0300

Fixed a bug where breakpoint and watchpoints would sometime stop working

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

diff --git a/Core/debugger.c b/Core/debugger.c @@ -2496,6 +2496,7 @@ void GB_debugger_handle_async_commands(GB_gameboy_t *gb) while (gb->async_input_callback && (input = gb->async_input_callback(gb))) { GB_debugger_execute_command(gb, input); + update_debug_active(gb); free(input); } }

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