Fix a bug where cheat search remains open after closing a ROM

This commit is contained in:
Lior Halphon 2025-06-26 21:36:26 +03:00
parent 42ffbd18d0
commit 7abedaed4c
1 changed files with 1 additions and 0 deletions

View File

@ -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];
}