Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
A fix to my fix to my fix. Sorry.
(Avoid uninitialized m_pFile when loading WADs.)
  • Loading branch information
comex committed Sep 1, 2013
1 parent c092c65 commit 71fde87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp
Expand Up @@ -220,6 +220,7 @@ u32 CWII_IPC_HLE_Device_es::OpenTitleContent(u32 CFD, u64 TitleID, u16 Index)
Access.m_Position = 0;
Access.m_pContent = pContent;
Access.m_TitleID = TitleID;
Access.m_pFile = NULL;

if (!pContent->m_pData)
{
Expand Down

0 comments on commit 71fde87

Please sign in to comment.