Patch compatible version notice (#1407)

* Patch compatible version notice

* +
This commit is contained in:
DanielSvoboda
2024-10-18 12:56:31 -03:00
committed by GitHub
parent a13d1d1ab1
commit 47ba6c6344
28 changed files with 629 additions and 38 deletions

View File

@@ -32,11 +32,11 @@ public:
const QString& gameSize, const QPixmap& gameImage, QWidget* parent = nullptr);
~CheatsPatches();
// Public Methods
void downloadCheats(const QString& source, const QString& m_gameSerial,
const QString& m_gameVersion, bool showMessageBox);
void downloadPatches(const QString repository, const bool showMessageBox);
void createFilesJson(const QString& repository);
void compatibleVersionNotice(const QString repository);
signals:
void downloadFinished();