mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
All of the broken legacy things work.
This commit is contained in:
@ -37,8 +37,17 @@ public:
|
||||
private:
|
||||
VersionFinal *m_version;
|
||||
OneSixInstance *m_instance;
|
||||
|
||||
void buildInternal(const QStringList& external);
|
||||
QStringList external_patches;
|
||||
QDir instance_root;
|
||||
|
||||
void buildInternal();
|
||||
void buildFromExternalPatches();
|
||||
void buildFromCustomJson();
|
||||
void buildFromVersionJson();
|
||||
void buildFromMultilayer();
|
||||
|
||||
void readInstancePatches();
|
||||
|
||||
void readJsonAndApply(const QJsonObject &obj);
|
||||
|
||||
VersionFilePtr parseJsonFile(const QFileInfo &fileInfo, const bool requireOrder,
|
||||
|
Reference in New Issue
Block a user