mirror of
https://github.com/shadps4-emu/shadps4-qtlauncher.git
synced 2026-01-31 01:05:16 +01:00
Remove wolf - cheats (#62)
This commit is contained in:
@@ -652,9 +652,8 @@ void MainWindow::CreateConnects() {
|
||||
new CheatsPatches(empty, empty, empty, empty, empty, nullptr);
|
||||
connect(cheatsPatches, &CheatsPatches::downloadFinished, onDownloadFinished);
|
||||
|
||||
pendingDownloads += 3;
|
||||
pendingDownloads += 2;
|
||||
|
||||
cheatsPatches->downloadCheats("wolf2022", gameSerial, gameVersion, false);
|
||||
cheatsPatches->downloadCheats("GoldHEN", gameSerial, gameVersion, false);
|
||||
cheatsPatches->downloadCheats("shadPS4", gameSerial, gameVersion, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user