diff --git a/Source/Core/Core/GeckoCodeConfig.cpp b/Source/Core/Core/GeckoCodeConfig.cpp index 994b7b86e..2715f1faf 100644 --- a/Source/Core/Core/GeckoCodeConfig.cpp +++ b/Source/Core/Core/GeckoCodeConfig.cpp @@ -31,7 +31,7 @@ std::vector DownloadCodes(std::string gameid, bool* succeeded) } // codes.rc24.xyz is a mirror of the now defunct geckocodes.org. - std::string endpoint{"https://codes.rc24.xyz/txt.php?txt=" + gametdb_id}; + std::string endpoint{"https://codes.rc24.xyz/txt.php?txt=" + gameid}; Common::HttpRequest http; const Common::HttpRequest::Response response = http.Get(endpoint);