mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-28 21:08:04 +03:00
Merge pull request #13580 from LillyJadeKatrin/retroachievements-de-bug-debug
Fix debugger disabled bug
This commit is contained in:
commit
1cea31c75a
1 changed files with 1 additions and 1 deletions
|
@ -2020,7 +2020,7 @@ void MainWindow::ShowAchievementSettings()
|
||||||
|
|
||||||
void MainWindow::OnHardcoreChanged()
|
void MainWindow::OnHardcoreChanged()
|
||||||
{
|
{
|
||||||
if (Config::Get(Config::RA_HARDCORE_ENABLED))
|
if (AchievementManager::GetInstance().IsHardcoreModeActive())
|
||||||
Settings::Instance().SetDebugModeEnabled(false);
|
Settings::Instance().SetDebugModeEnabled(false);
|
||||||
emit Settings::Instance().EmulationStateChanged(Core::GetState(Core::System::GetInstance()));
|
emit Settings::Instance().EmulationStateChanged(Core::GetState(Core::System::GetInstance()));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue