SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 7abedaed4c20319543d7e9705818e22d4fe8d026 parent 42ffbd18d01d7d3561c28d0502cd4fd025abbc8d Author: Lior Halphon <LIJI32@gmail.com> Date: Thu, 26 Jun 2025 21:36:26 +0300 Fix a bug where cheat search remains open after closing a ROM Diffstat:
| M | Cocoa/Document.m | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Cocoa/Document.m b/Cocoa/Document.m @@ -1354,6 +1354,7 @@ static bool is_path_writeable(const char *path) [self.vramWindow close]; [self.printerFeedWindow close]; [self.cheatsWindow close]; + [_cheatSearchController.window close]; [super close]; }
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.