git.y1.nz

SameBoy

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

commit 1bf57ece70d3adab789aaa874d29fa4579742025
parent 29d8cca511c621b02738d4c32539cdd5fff8bd8d
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Thu, 21 Nov 2024 17:51:08 +0200

Fix iOS builds

Diffstat:
MCore/gb.h4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Core/gb.h b/Core/gb.h @@ -728,7 +728,6 @@ struct GB_gameboy_internal_s { GB_execution_callback_t execution_callback; GB_lcd_line_callback_t lcd_line_callback; GB_lcd_status_callback_t lcd_status_callback; - GB_debugger_reload_callback_t debugger_reload_callback; #ifndef GB_DISABLE_DEBUGGER /*** Debugger ***/ @@ -773,6 +772,9 @@ struct GB_gameboy_internal_s { /* Undo */ uint8_t *undo_state; const char *undo_label; + + /* Callbacks */ + GB_debugger_reload_callback_t debugger_reload_callback; #endif #ifndef GB_DISABLE_REWIND

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