Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dolphin-emu/dolphin into …
Browse files Browse the repository at this point in the history
…regression-vulkan
  • Loading branch information
weihuoya committed Jan 24, 2019
2 parents 0511e53 + f64b301 commit 980e514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/GeckoCodeConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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
Expand Down

0 comments on commit 980e514

Please sign in to comment.