summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp
diff options
context:
space:
mode:
authorSoren Jorvang <soren.jorvang@gmail.com>2011-02-02 18:21:20 +0000
committerSoren Jorvang <soren.jorvang@gmail.com>2011-02-02 18:21:20 +0000
commit9c21d003af3dc9654a9b302c3085253d55cab20e (patch)
treedda706ba5f40f789c0afc3c7cbf8554dcae5ce1a /Source/Core/VideoCommon/Src/OpcodeDecoding.cpp
parent9a975705bff532d3a81651145a08e056b0410f8d (diff)
Remove the global namespace a bit and remove some dead code.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7043 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/OpcodeDecoding.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/OpcodeDecoding.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp b/Source/Core/VideoCommon/Src/OpcodeDecoding.cpp
index 9d1c6f82d4..47d3fbd4ac 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, true);
+ Core::Callback_VideoLog(szTemp);
{
SCPFifoStruct &fifo = CommandProcessor::fifo;
@@ -238,7 +238,7 @@ bool FifoCommandRunnable()
,fifo.bFF_Breakpoint ? "true" : "false");
Host_SysMessage(szTmp);
- Core::Callback_VideoLog(szTmp, true);
+ Core::Callback_VideoLog(szTmp);
}
}
break;