mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
Add Config Changed Callback for Hardcore Mode
This commit is contained in:
parent
7e1074b140
commit
ef71c75458
2 changed files with 2 additions and 1 deletions
|
@ -329,7 +329,6 @@ void AchievementSettingsWidget::ToggleProgress()
|
|||
|
||||
void AchievementSettingsWidget::UpdateHardcoreMode()
|
||||
{
|
||||
AchievementManager::GetInstance().SetHardcoreMode();
|
||||
if (Config::Get(Config::RA_HARDCORE_ENABLED))
|
||||
{
|
||||
Settings::Instance().SetDebugModeEnabled(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue