diff options
| author | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2009-04-06 17:12:05 +0000 |
|---|---|---|
| committer | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2009-04-06 17:12:05 +0000 |
| commit | e3e7c88ff1e52d4a6ac2ac0ea91da1f34ff02359 (patch) | |
| tree | 30b8e268f093a59039da45a031532ea03e8aeaae /Source/Core/VideoCommon/Src/BPStructs.cpp | |
| parent | 1156a0df9e552c07b896627b84f32e0cd8da50c0 (diff) | |
Added separate log for DSP LLE.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2901 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon/Src/BPStructs.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/BPStructs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/BPStructs.cpp b/Source/Core/VideoCommon/Src/BPStructs.cpp index 6d9419449d..3382e9a8fc 100644 --- a/Source/Core/VideoCommon/Src/BPStructs.cpp +++ b/Source/Core/VideoCommon/Src/BPStructs.cpp @@ -495,7 +495,7 @@ void BPWritten(const Bypass& bp) case BPMEM_TEV_ALPHA_ENV+32:
break;
default:
- WARN_LOG(VIDEO, "Unknown Bypass opcode: address = %08x value = %08x", bp.address, bp.newvalue);
+ WARN_LOG(VIDEO, "Unknown Bypass opcode: address = 0x%08x value = 0x%08x", bp.address, bp.newvalue);
}
}
|
