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;