Don't close achievements on games that don't hash

Minor bugfix necessary for future development; issue brought on by a conflict resolving wrong.
This commit is contained in:
LillyJadeKatrin
2025-05-01 00:07:24 -04:00
parent 7e2565ae49
commit 999c7aed98

View File

@ -997,6 +997,7 @@ void AchievementManager::LoadGameCallback(int result, const char* error_message,
// Allow developer tools for unidentified games
rc_client_set_read_memory_function(instance.m_client, MemoryPeeker);
instance.m_system.store(&Core::System::GetInstance(), std::memory_order_release);
return;
}
instance.CloseGame();
return;