mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-11 01:25:15 +02:00
UI: Make File menu exit option use OnClose for cleaner shutdown
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user