mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 08:37:56 -05:00
arm: dynarmic: Implement icache op handling for 'ic iallu' instruction
This commit is contained in:
@ -98,6 +98,9 @@ public:
|
||||
return;
|
||||
|
||||
case Dynarmic::A64::InstructionCacheOperation::InvalidateAllToPoU:
|
||||
parent.ClearInstructionCache();
|
||||
return;
|
||||
|
||||
case Dynarmic::A64::InstructionCacheOperation::InvalidateAllToPoUInnerSharable:
|
||||
default:
|
||||
LOG_DEBUG(Core_ARM, "Unprocesseed instruction cache operation");
|
||||
|
Reference in New Issue
Block a user