mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
DolphinQt: Add ability to edit the Riivolution XML root directory when launching a patch.
This commit is contained in:
parent
d0c11f76b5
commit
2d3ed2c3ad
2 changed files with 50 additions and 10 deletions
|
@ -38,7 +38,12 @@ private:
|
|||
std::optional<u8> m_disc_number;
|
||||
|
||||
bool m_should_boot = false;
|
||||
std::vector<DiscIO::Riivolution::Disc> m_discs;
|
||||
struct DiscWithRoot
|
||||
{
|
||||
DiscIO::Riivolution::Disc disc;
|
||||
std::string root;
|
||||
};
|
||||
std::vector<DiscWithRoot> m_discs;
|
||||
std::vector<DiscIO::Riivolution::Patch> m_patches;
|
||||
|
||||
QVBoxLayout* m_patch_section_layout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue