diff --git a/Core/Config.cpp b/Core/Config.cpp index cb24c98c91..bc095d35af 100644 --- a/Core/Config.cpp +++ b/Core/Config.cpp @@ -387,7 +387,7 @@ void Config::Load(const char *iniFileName, const char *controllerIniFilename) { // Sometimes the download may not be finished when the main screen shows (if the user dismisses the // splash screen quickly), but then we'll just show the notification next time instead, we store the // upgrade number in the ini. - if (iRunCount % 5 == 0 && bCheckForNewVersion) { + if (iRunCount % 10 == 0 && bCheckForNewVersion) { std::shared_ptr dl = g_DownloadManager.StartDownloadWithCallback( "http://www.ppsspp.org/version.json", "", &DownloadCompletedCallback); dl->SetHidden(true); diff --git a/native b/native index b99b826f52..1be485c2a9 160000 --- a/native +++ b/native @@ -1 +1 @@ -Subproject commit b99b826f5218c633f1f79d75e8e3e0b0e795443a +Subproject commit 1be485c2a983806c820bf0aee2239fafab8662ee