mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 03:35:26 +00:00
Merge pull request #651 from LPFaint99/memcard
GCI Folder: no need to force reload sysmenu to get region
This commit is contained in:
commit
2c8393c899
@ -110,7 +110,7 @@ void CEXIMemoryCard::SetupGciFolder(u16 sizeMb)
|
||||
u32 CurrentGameId = 0;
|
||||
if (strUniqueID == TITLEID_SYSMENU_STRING)
|
||||
{
|
||||
const DiscIO::INANDContentLoader & SysMenu_Loader = DiscIO::CNANDContentManager::Access().GetNANDLoader(TITLEID_SYSMENU, true);
|
||||
const DiscIO::INANDContentLoader & SysMenu_Loader = DiscIO::CNANDContentManager::Access().GetNANDLoader(TITLEID_SYSMENU, false);
|
||||
if (SysMenu_Loader.IsValid())
|
||||
{
|
||||
CountryCode = DiscIO::CountrySwitch(SysMenu_Loader.GetCountryChar());
|
||||
|
Loading…
x
Reference in New Issue
Block a user