diff options
author | bunnei <ericbunnie@gmail.com> | 2014-06-02 20:36:34 -0400 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-06-02 20:36:34 -0400 |
commit | 2773360f84f60b739290aa549f87c2c10adc7fb4 (patch) | |
tree | b5134f7cd60f3fa4fc9babf7bd50b87407240414 /src | |
parent | 477b0caca4f0db084ab2d2dfb866fd81e5839228 (diff) |
coprocessor: reenabled debug log
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/coprocessor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/coprocessor.cpp b/src/core/hle/coprocessor.cpp index 39674ee64..9a5b0deda 100644 --- a/src/core/hle/coprocessor.cpp +++ b/src/core/hle/coprocessor.cpp @@ -25,7 +25,7 @@ s32 CallMRC(u32 instruction) { return GetThreadCommandBuffer(); default: - //DEBUG_LOG(OSHLE, "unknown MRC call 0x%08X", instruction); + DEBUG_LOG(OSHLE, "unknown MRC call 0x%08X", instruction); break; } return -1; |