Преглед изворни кода

coprocessor: reenabled debug log

bunnei пре 12 година
родитељ
комит
2773360f84
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/core/hle/coprocessor.cpp

+ 1 - 1
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;