diff options
| author | Soren Jorvang <soren.jorvang@gmail.com> | 2011-02-02 18:21:20 +0000 |
|---|---|---|
| committer | Soren Jorvang <soren.jorvang@gmail.com> | 2011-02-02 18:21:20 +0000 |
| commit | 9c21d003af3dc9654a9b302c3085253d55cab20e (patch) | |
| tree | dda706ba5f40f789c0afc3c7cbf8554dcae5ce1a /Source/Core/VideoCommon/Src/OpcodeDecoding.cpp | |
| parent | 9a975705bff532d3a81651145a08e056b0410f8d (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.cpp | 4 |
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; |
