From 1b37f61102cf243f979f38ef6a8ca6a7f498a5af Mon Sep 17 00:00:00 2001 From: illusion0001 <37698908+illusion0001@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:39:32 -0500 Subject: [PATCH] Update patch url (#755) * Update patch url * Update cheats_patches.cpp --- src/qt_gui/cheats_patches.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/qt_gui/cheats_patches.cpp b/src/qt_gui/cheats_patches.cpp index f7326192c..beaadb286 100644 --- a/src/qt_gui/cheats_patches.cpp +++ b/src/qt_gui/cheats_patches.cpp @@ -669,7 +669,7 @@ void CheatsPatches::populateFileListPatches() { void CheatsPatches::downloadPatches(const QString repository, const bool showMessageBox) { QString url; if (repository == "GoldHEN") { - url = "https://github.com/GoldHEN/GoldHEN_Patch_Repository/tree/main/" + url = "https://github.com/illusion0001/PS4-PS5-Game-Patch/tree/main/" "patches/xml"; } if (repository == "shadPS4") { @@ -713,8 +713,8 @@ void CheatsPatches::downloadPatches(const QString repository, const bool showMes if (fileName.endsWith(".xml")) { QString fileUrl; if (repository == "GoldHEN") { - fileUrl = QString("https://raw.githubusercontent.com/GoldHEN/" - "GoldHEN_Patch_Repository/main/%1") + fileUrl = QString("https://raw.githubusercontent.com/illusion0001/" + "PS4-PS5-Game-Patch/main/%1") .arg(filePath); } if (repository == "shadPS4") {