mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
DolphinQt: Act like Riivolution and pre-select the last selected patch options when launching via the RiivolutionBootWidget.
This commit is contained in:
parent
2be62d94fc
commit
a76fdeee93
2 changed files with 61 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue