Skip to content
Snippets Groups Projects
Commit 2773360f authored by bunnei's avatar bunnei
Browse files

coprocessor: reenabled debug log

parent 477b0cac
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment