From 71fde876df2273152c6299675572a09e08e6ffce Mon Sep 17 00:00:00 2001 From: comex Date: Sun, 1 Sep 2013 17:15:16 -0400 Subject: [PATCH] A fix to my fix to my fix. Sorry. (Avoid uninitialized m_pFile when loading WADs.) --- Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp index dcad297f7d..87cd940613 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.cpp @@ -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) {