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
parent 2be62d94fc
commit a76fdeee93
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;