mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
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:
parent
7e2565ae49
commit
999c7aed98
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue