SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 4d67fa8e803b33ef0ebfe243d2c6f810e092738c parent ea97c1dc0b596204ba546583e8912ae8b7073865 Author: Lior Halphon <LIJI32@gmail.com> Date: Mon, 1 Mar 2021 22:58:52 +0200 Close all related windows when closing a document Diffstat:
| M | Cocoa/Document.m | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/Cocoa/Document.m b/Cocoa/Document.m @@ -865,6 +865,10 @@ static unsigned *multiplication_table_for_frequency(unsigned frequency) [[NSUserDefaults standardUserDefaults] setInteger:self.mainWindow.frame.size.height forKey:@"LastWindowHeight"]; [self stop]; [self.consoleWindow close]; + [self.memoryWindow close]; + [self.vramWindow close]; + [self.printerFeedWindow close]; + [self.cheatsWindow 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.