mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +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
|
@ -22,7 +22,8 @@ class IniFile;
|
|||
namespace Core
|
||||
{
|
||||
class CPUThreadGuard;
|
||||
}
|
||||
class System;
|
||||
} // namespace Core
|
||||
|
||||
namespace DiscIO
|
||||
{
|
||||
|
@ -52,7 +53,6 @@ struct SConfig
|
|||
bool bCopyWiiSaveNetplay = true;
|
||||
|
||||
bool bWii = false;
|
||||
bool m_is_mios = false;
|
||||
|
||||
DiscIO::Region m_region;
|
||||
|
||||
|
@ -80,7 +80,7 @@ struct SConfig
|
|||
|
||||
void LoadDefaults();
|
||||
static std::string MakeGameID(std::string_view file_name);
|
||||
bool SetPathsAndGameMetadata(const BootParameters& boot);
|
||||
bool SetPathsAndGameMetadata(Core::System& system, const BootParameters& boot);
|
||||
DiscIO::Language GetCurrentLanguage(bool wii) const;
|
||||
DiscIO::Language GetLanguageAdjustedForRegion(bool wii, DiscIO::Region region) const;
|
||||
std::string GetGameTDBImageRegionCode(bool wii, DiscIO::Region region) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue