mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 06:08:34 +00:00
Fix creation files.json in 'Download ALL'
This commit is contained in:
@@ -36,6 +36,7 @@ public:
|
||||
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);
|
||||
|
||||
signals:
|
||||
void downloadFinished();
|
||||
@@ -58,7 +59,6 @@ private:
|
||||
void applyCheat(const QString& modName, bool enabled);
|
||||
void applyPatch(const QString& patchName, bool enabled);
|
||||
|
||||
void createFilesJson(const QString& repository);
|
||||
void uncheckAllCheatCheckBoxes();
|
||||
void updateNoteTextEdit(const QString& patchName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user