mirror of https://github.com/LIJI32/SameBoy.git
Fix a bug where cheat search remains open after closing a ROM
This commit is contained in:
parent
42ffbd18d0
commit
7abedaed4c
|
@ -1354,6 +1354,7 @@ static bool is_path_writeable(const char *path)
|
||||||
[self.vramWindow close];
|
[self.vramWindow close];
|
||||||
[self.printerFeedWindow close];
|
[self.printerFeedWindow close];
|
||||||
[self.cheatsWindow close];
|
[self.cheatsWindow close];
|
||||||
|
[_cheatSearchController.window close];
|
||||||
[super close];
|
[super close];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue