mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
ConfigManager: Refactor setting the region into a new function
This commit is contained in:
@ -365,5 +365,7 @@ private:
|
||||
void LoadBluetoothPassthroughSettings(IniFile& ini);
|
||||
void LoadSysconfSettings(IniFile& ini);
|
||||
|
||||
bool SetRegion(DiscIO::Region region, std::string* directory_name);
|
||||
|
||||
static SConfig* m_Instance;
|
||||
};
|
||||
|
Reference in New Issue
Block a user