mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
dsfsdhgf
This commit is contained in:
@ -819,6 +819,8 @@ void MainWindow::saveEnabled(bool enabled)
|
||||
|
||||
void MainWindow::closeEvent(QCloseEvent* event)
|
||||
{
|
||||
if (!emuInstance) return;
|
||||
|
||||
if (windowID == 0)
|
||||
emuInstance->saveEnabledWindows();
|
||||
else
|
||||
|
Reference in New Issue
Block a user