mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 09:22:05 +00:00
Revert "RetroAchievements: Fix potential deadlock on shutdown."
This reverts commit 826f04d06c
.
This commit is contained in:
parent
137e50dc25
commit
b6803d00fe
4 changed files with 24 additions and 43 deletions
|
@ -274,9 +274,7 @@ MainWindow::MainWindow(Core::System& system, std::unique_ptr<BootParameters> boo
|
|||
NetPlayInit();
|
||||
|
||||
#ifdef USE_RETRO_ACHIEVEMENTS
|
||||
AchievementManager::GetInstance().Init(reinterpret_cast<void*>(winId()), [this](auto func) {
|
||||
QueueOnObject(this, std::move(func));
|
||||
});
|
||||
AchievementManager::GetInstance().Init(reinterpret_cast<void*>(winId()));
|
||||
if (AchievementManager::GetInstance().IsHardcoreModeActive())
|
||||
Settings::Instance().SetDebugModeEnabled(false);
|
||||
// This needs to trigger on both RA_HARDCORE_ENABLED and RA_ENABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue