Achievements: Fix crash on game change when using RAIntegration
This commit is contained in:
parent
af73d8ac24
commit
f9bf997c34
|
@ -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())
|
||||
Host::DisplayLoadingScreen("Downloading achievements data...");
|
||||
|
|
Loading…
Reference in New Issue