Merge pull request #12618 from LillyJadeKatrin/retroachievements-update-fix

Remove the update callback on all events
This commit is contained in:
OatmealDome 2024-03-04 21:02:45 -05:00 committed by GitHub
commit e7282f4244
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -751,8 +751,6 @@ void AchievementManager::AchievementEventHandler(const rc_runtime_event_t* runti
break;
}
}
m_update_callback();
}
std::recursive_mutex& AchievementManager::GetLock()