DolphinQt: Act like Riivolution and pre-select the last selected patch options when launching via the RiivolutionBootWidget.

This commit is contained in:
Admiral H. Curtiss 2021-10-16 03:23:27 +02:00
commit a76fdeee93
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
2 changed files with 61 additions and 5 deletions

View file

@ -30,7 +30,10 @@ private:
void LoadMatchingXMLs();
void OpenXML();
void MakeGUIForParsedFile(const std::string& path, DiscIO::Riivolution::Disc input_disc);
void MakeGUIForParsedFile(const std::string& path, std::string root,
DiscIO::Riivolution::Disc input_disc);
std::optional<DiscIO::Riivolution::Config> LoadConfigXML(const std::string& root_directory);
void SaveConfigXMLs();
void BootGame();
std::string m_game_id;