فهرست منبع

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();
         return GetThreadCommandBuffer();
 
 
     default:
     default:
-        //DEBUG_LOG(OSHLE, "unknown MRC call 0x%08X", instruction);
+        DEBUG_LOG(OSHLE, "unknown MRC call 0x%08X", instruction);
         break;
         break;
     }
     }
     return -1;
     return -1;