System: Confirm shutdown if memory card is being written

This commit is contained in:
Stenzek
2024-04-22 01:41:42 +10:00
parent a5613fc815
commit 3fa2bd1d3a
10 changed files with 171 additions and 50 deletions

View File

@ -154,7 +154,7 @@ void AchievementSettingsWidget::onHardcoreModeStateChanged()
return;
}
g_emu_thread->resetSystem();
g_emu_thread->resetSystem(true);
}
void AchievementSettingsWidget::onAchievementsNotificationDurationSliderChanged()