mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 02:52:30 +02:00
Merge pull request #7721 from belthesar/master
Update GeckoCodes code download to use https
This commit is contained in:
commit
f64b30156f
@ -30,7 +30,7 @@ std::vector<GeckoCode> DownloadCodes(std::string gameid, bool* succeeded)
|
||||
break;
|
||||
}
|
||||
|
||||
std::string endpoint{"http://geckocodes.org/txt.php?txt=" + gameid};
|
||||
std::string endpoint{"https://geckocodes.org/txt.php?txt=" + gameid};
|
||||
Common::HttpRequest http;
|
||||
|
||||
// Circumvent high-tech DDOS protection
|
||||
|
Loading…
Reference in New Issue
Block a user