Merge pull request #14418 from LillyJadeKatrin/retroachievements-wii-menu

RetroAchievements - Close game on switch to null hash
This commit is contained in:
JosJuice
2026-02-28 15:15:50 +01:00
committed by GitHub

View File

@@ -167,7 +167,7 @@ void AchievementManager::LoadGame(const DiscIO::Volume* volume)
WARN_LOG_FMT(ACHIEVEMENTS, "Software format unsupported by AchievementManager.");
if (rc_client_get_game_info(m_client))
{
rc_client_begin_change_media_from_hash(m_client, "", ChangeMediaCallback, NULL);
CloseGame();
}
else
{