mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 08:25:07 +01:00
dyncom: Removed irrelevant log.
This commit is contained in:
parent
09c8110e1a
commit
e83bc5b7ee
@ -454,8 +454,6 @@ void WriteCP15Register(ARMul_State* cpu, u32 value, u32 crn, u32 opcode_1, u32 c
|
||||
}
|
||||
else if (crn == 7 && opcode_1 == 0)
|
||||
{
|
||||
LOG_WARNING(Core_ARM11, "Cache operations are not fully implemented.");
|
||||
|
||||
if (crm == 0 && opcode_2 == 4)
|
||||
{
|
||||
cpu->CP15[CP15_WAIT_FOR_INTERRUPT] = value;
|
||||
|
Loading…
Reference in New Issue
Block a user