mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
Fix IOCTL_ES_GETVIEWCNT (uninitialized data)
GH5 Loads again use the existing function instead of checking titleid each time a NANDLoader is needed git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7547 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
8c304d912a
commit
b5212821f8
2 changed files with 22 additions and 34 deletions
|
@ -153,6 +153,7 @@ CNANDContentLoader::CNANDContentLoader(const std::string& _rName)
|
|||
, m_TitleID(-1)
|
||||
, m_IosVersion(0x09)
|
||||
, m_BootIndex(-1)
|
||||
, m_TIKSize(0)
|
||||
, m_TIK(NULL)
|
||||
{
|
||||
m_Valid = Initialize(_rName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue