Achievements: Fix inverted condition for new game additions

pull/3777/head
Stenzek 2 months ago
parent 42bf523e89
commit eb4b87cfa8
No known key found for this signature in database

@ -1241,7 +1241,7 @@ void Achievements::ClientLoadGameCallback(int result, const char* error_message,
UpdateGameSummary();
// don't update the game database on disc change, because switching to unknown media will associate those hashes
if (was_disc_change)
if (!was_disc_change)
UpdateGameDatabaseFromCurrentGame();
// but the progress is fine since that's just game IDs

Loading…
Cancel
Save