Skip to content

Commit 980e514

Browse files
committed
Merge branch 'master' of https://github.com/dolphin-emu/dolphin into regression-vulkan
2 parents 0511e53 + f64b301 commit 980e514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Core/Core/GeckoCodeConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ std::vector<GeckoCode> DownloadCodes(std::string gameid, bool* succeeded)
3131
break;
3232
}
3333

34-
std::string endpoint{"http://geckocodes.org/txt.php?txt=" + gameid};
34+
std::string endpoint{"https://geckocodes.org/txt.php?txt=" + gameid};
3535
Common::HttpRequest http;
3636

3737
// Circumvent high-tech DDOS protection

0 commit comments

Comments
 (0)