mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 03:17:56 -05:00
coprocessor: reenabled debug log
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user