Merge pull request #13228 from OatmealDome/fix-curl-2

curl: Update to 8.11.1 and use CMake to configure
This commit is contained in:
Admiral H. Curtiss
2025-01-08 18:14:10 +01:00
committed by GitHub
9 changed files with 63 additions and 1142 deletions

View File

@ -191,7 +191,7 @@ Java_org_dolphinemu_dolphinemu_features_cheats_model_GeckoCheat_downloadCodes(JN
const std::string gametdb_id = GetJString(env, jGameTdbId);
bool success = true;
const std::vector<Gecko::GeckoCode> codes = Gecko::DownloadCodes(gametdb_id, &success, false);
const std::vector<Gecko::GeckoCode> codes = Gecko::DownloadCodes(gametdb_id, &success);
if (!success)
return nullptr;