Achievements: Fix crash on game change when using RAIntegration

This commit is contained in:
Connor McLaughlin 2022-12-31 16:10:08 +10:00
parent af73d8ac24
commit f9bf997c34

View File

@ -1399,7 +1399,7 @@ void Achievements::GameChanged(const std::string& path, CDImage* image)
} }
} }
if (s_http_downloader->HasAnyRequests()) if (!IsUsingRAIntegration() && s_http_downloader->HasAnyRequests())
{ {
if (image && System::IsValid()) if (image && System::IsValid())
Host::DisplayLoadingScreen("Downloading achievements data..."); Host::DisplayLoadingScreen("Downloading achievements data...");