mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-29 16:37:03 +00:00
UI: Make File menu exit option use OnClose for cleaner shutdown
This commit is contained in:
parent
6cee127852
commit
a87bded17d
1 changed files with 1 additions and 3 deletions
|
|
@ -807,9 +807,7 @@ void MainWindow::OnNFCMenu(wxCommandEvent& event)
|
|||
|
||||
void MainWindow::OnFileExit(wxCommandEvent& event)
|
||||
{
|
||||
// todo: Safely clean up everything
|
||||
SaveSettings();
|
||||
exit(0);
|
||||
Close();
|
||||
}
|
||||
|
||||
void MainWindow::TogglePadView()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue