mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-12 11:09:40 +00:00
Migrate SConfig::m_is_mios to System.
This commit is contained in:
parent
e1ec47b504
commit
8d515d407c
7 changed files with 16 additions and 12 deletions
|
@ -335,9 +335,9 @@ private:
|
|||
DiscIO::Region* region;
|
||||
};
|
||||
|
||||
bool SConfig::SetPathsAndGameMetadata(const BootParameters& boot)
|
||||
bool SConfig::SetPathsAndGameMetadata(Core::System& system, const BootParameters& boot)
|
||||
{
|
||||
m_is_mios = false;
|
||||
system.SetIsMIOS(false);
|
||||
m_disc_booted_from_game_list = false;
|
||||
if (!std::visit(SetGameMetadata(this, &m_region), boot.parameters))
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue