From 0211680a160858aaf8ad8837a55aefb4ef7fa065 Mon Sep 17 00:00:00 2001 From: zilmar Date: Thu, 24 Dec 2015 07:38:50 +1100 Subject: [PATCH] [Project64] Needed to update CodeSection.cpp --- Source/Project64-core/N64System/Recompiler/CodeSection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Project64-core/N64System/Recompiler/CodeSection.cpp b/Source/Project64-core/N64System/Recompiler/CodeSection.cpp index 338852c3f..93264c61f 100644 --- a/Source/Project64-core/N64System/Recompiler/CodeSection.cpp +++ b/Source/Project64-core/N64System/Recompiler/CodeSection.cpp @@ -1506,7 +1506,7 @@ void CCodeSection::AddParent(CCodeSection * Parent) } else { - g_Notify->DisplayError(L"How are these sections joined?????"); + g_Notify->DisplayError("How are these sections joined?????"); } m_RegWorkingSet = m_RegEnter; }