Skip to content

Commit

Permalink
Merge pull request #12618 from LillyJadeKatrin/retroachievements-upda…
Browse files Browse the repository at this point in the history
…te-fix

Remove the update callback on all events
  • Loading branch information
OatmealDome committed Mar 5, 2024
2 parents 8f6fd91 + 085c17a commit e7282f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/Core/AchievementManager.cpp
Expand Up @@ -751,8 +751,6 @@ void AchievementManager::AchievementEventHandler(const rc_runtime_event_t* runti
break;
}
}

m_update_callback();
}

std::recursive_mutex& AchievementManager::GetLock()
Expand Down

0 comments on commit e7282f4

Please sign in to comment.