Update patch url (#755)

* Update patch url

* Update cheats_patches.cpp
This commit is contained in:
illusion0001
2024-09-03 12:39:32 -05:00
committed by GitHub
parent a1377029cc
commit 1b37f61102

View File

@@ -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") {