diff options
author | bunnei <ericbunnie@gmail.com> | 2014-05-16 06:51:36 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-05-16 06:51:36 +0200 |
commit | 7cd7d179547d3dd1463ca2c6f8d809f78463233e (patch) | |
tree | 3d0bd6f43f1c8b33a2e7ce287815dec8ff94196a /src | |
parent | added missing armcopro from skyeye (diff) | |
download | yuzu-7cd7d179547d3dd1463ca2c6f8d809f78463233e.tar yuzu-7cd7d179547d3dd1463ca2c6f8d809f78463233e.tar.gz yuzu-7cd7d179547d3dd1463ca2c6f8d809f78463233e.tar.bz2 yuzu-7cd7d179547d3dd1463ca2c6f8d809f78463233e.tar.lz yuzu-7cd7d179547d3dd1463ca2c6f8d809f78463233e.tar.xz yuzu-7cd7d179547d3dd1463ca2c6f8d809f78463233e.tar.zst yuzu-7cd7d179547d3dd1463ca2c6f8d809f78463233e.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/core/arm/interpreter/armcopro.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/interpreter/armcopro.cpp b/src/core/arm/interpreter/armcopro.cpp index 7ef3a3bb8..6a75e6601 100644 --- a/src/core/arm/interpreter/armcopro.cpp +++ b/src/core/arm/interpreter/armcopro.cpp @@ -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; } |