Remove wolf - cheats (#62)

This commit is contained in:
DanielSvoboda
2025-09-23 22:20:38 -03:00
committed by GitHub
parent 1a940c814e
commit 8bbe34beae

View File

@@ -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);
}