Added ICacheLockDown and DCacheLockDown to CP15 savestate

This commit is contained in:
DesperateProgrammer 2024-01-18 14:35:03 +01:00
parent 3b13cf755a
commit 716b4af815
1 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,9 @@ void ARMv5::CP15DoSavestate(Savestate* file)
file->VarArray(ITCM, ITCMPhysicalSize);
file->VarArray(DTCM, DTCMPhysicalSize);
file->Var32(&DCacheLockDown);
file->Var32(&ICacheLockDown);
file->Var32(&PU_CodeCacheable);
file->Var32(&PU_DataCacheable);
file->Var32(&PU_DataCacheWrite);