SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 86bf58ae27c4654dd96db34a83f139b7dc75bb15 parent 6b38c535755b4ff2b069efac404b2844292249b7 Author: Lior Halphon <LIJI32@gmail.com> Date: Tue, 23 Sep 2025 18:12:12 +0300 Fixes #718, always reset the rewind buffer on auto state load. Diffstat:
| M | iOS/GBViewController.m | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iOS/GBViewController.m b/iOS/GBViewController.m @@ -953,8 +953,8 @@ static void rumbleCallback(GB_gameboy_t *gb, double amp) GB_switch_model_and_reset(&_gb, [[NSUserDefaults standardUserDefaults] integerForKey:@"GBSGBModel"]); } } - GB_rewind_reset(&_gb); } + GB_rewind_reset(&_gb); } } }
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.