coprocessor: reenabled debug log

pull/8/head
bunnei 11 years ago
parent 477b0caca4
commit 2773360f84

@ -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;

Loading…
Cancel
Save