mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-22 04:24:44 +00:00
Update cheats_patches.cpp
This commit is contained in:
parent
7c152807e6
commit
b8fde68f23
1 changed files with 1 additions and 1 deletions
|
@ -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/illusion0001/PS4-PS5-Game-Patch/tree/main"
|
||||
url = "https://github.com/illusion0001/PS4-PS5-Game-Patch/tree/main/"
|
||||
"patches/xml";
|
||||
}
|
||||
if (repository == "shadPS4") {
|
||||
|
|
Loading…
Add table
Reference in a new issue