Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #651 from LPFaint99/memcard
GCI Folder: no need to force reload sysmenu to get region
  • Loading branch information
lioncash committed Jul 19, 2014
2 parents 5646ffd + da99e04 commit 2c8393c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/EXI_DeviceMemoryCard.cpp
Expand Up @@ -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());
Expand Down

0 comments on commit 2c8393c

Please sign in to comment.