mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Check versions less frequently, retry connections only once
This commit is contained in:
parent
828dec56d5
commit
305cd6c8d1
@ -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<http::Download> dl = g_DownloadManager.StartDownloadWithCallback(
|
||||
"http://www.ppsspp.org/version.json", "", &DownloadCompletedCallback);
|
||||
dl->SetHidden(true);
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit b99b826f5218c633f1f79d75e8e3e0b0e795443a
|
||||
Subproject commit 1be485c2a983806c820bf0aee2239fafab8662ee
|
Loading…
Reference in New Issue
Block a user