0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

removed undefined function ARMul_ConsolePrint

This commit is contained in:
bunnei 2014-05-16 00:51:36 -04:00
parent ad49d481a8
commit 7cd7d17954

View File

@ -459,7 +459,7 @@ so I think MMUReg[1]'s bit 6 should always be 1
//state->data32Sig << 5 | state->lateabtSig << 6 | state->bigendSig << 7;
ARMul_ConsolePrint (state, ", MMU present");
NOTICE_LOG(ARM11, "ARMul_ConsolePrint: MMU present");
return TRUE;
}