From 1bc5f41e40e604ef6c1d1e84617c13fdf40e04d1 Mon Sep 17 00:00:00 2001 From: Matthew Parlane Date: Fri, 18 May 2012 17:57:28 +1200 Subject: [PATCH] Fixes issue 5428. Thanks delroth. --- Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp | 2 +- Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_es.h | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp index cd4f679db9..ffead96f25 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.cpp @@ -83,7 +83,7 @@ static ipc_msg_queue reply_queue; // arm -> ppc void Init() { _dbg_assert_msg_(WII_IPC_HLE, g_DeviceMap.empty(), "DeviceMap isnt empty on init"); - + CWII_IPC_HLE_Device_es::m_ContentFile = ""; u32 i; for (i=0; i m_TitleIDs; u64 m_TitleID; u32 AccessIdentID; - // This should only be cleared on power reset - static std::string m_ContentFile; u64 GetCurrentTitleID() const;