From 41c98f982eb44e89416fcb9c0139b6a922e14b0f Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Tue, 15 Mar 2011 23:09:12 +0000 Subject: A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attempt to fix the crash on stop(didn't help :p). For some reason CFrame::DoStop is called twice.(might be the issue) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7353 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/OpcodeDecoding.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/VideoCommon/Src/OpcodeDecoding.cpp') diff --git a/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp b/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp index bddc31ef40..6d939882e7 100644 --- a/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp +++ b/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp @@ -213,7 +213,7 @@ bool FifoCommandRunnable() "* Some other sort of bug\n\n" "Dolphin will now likely crash or hang. Enjoy." , cmd_byte); Host_SysMessage(szTemp); - Core::Callback_VideoLog(szTemp); + INFO_LOG(VIDEO, "%s", szTemp); { SCPFifoStruct &fifo = CommandProcessor::fifo; @@ -238,7 +238,7 @@ bool FifoCommandRunnable() ,fifo.bFF_Breakpoint ? "true" : "false"); Host_SysMessage(szTmp); - Core::Callback_VideoLog(szTmp); + INFO_LOG(VIDEO, "%s", szTmp); } } break; -- cgit v1.2.3