mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-16 11:00:50 -04:00
Deletes AchievementManager::Login, renames LoginAsync to Login, and replaces the one synchronous call in the AchievementSettingsWidget with the async call. There is a minor usability regression in that the UI currently does not notify the user when a login has failed; this will be addressed in a later change (possibly in a different PR).