mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
ConfigManager: GetBootROMPath added
This commit is contained in:
parent
95ea721f06
commit
2d75a99426
3 changed files with 21 additions and 4 deletions
|
@ -232,6 +232,7 @@ struct SConfig : NonCopyable
|
|||
|
||||
void LoadDefaults();
|
||||
static const char* GetDirectoryForRegion(DiscIO::Region region);
|
||||
std::string GetBootROMPath(const std::string& region_directory) const;
|
||||
bool AutoSetup(EBootBS2 _BootBS2);
|
||||
void CheckMemcardPath(std::string& memcardPath, const std::string& gameRegion, bool isSlotA);
|
||||
DiscIO::Language GetCurrentLanguage(bool wii) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue