Added ICacheLockDown and DCacheLockDown to CP15 savestate
This commit is contained in:
parent
3b13cf755a
commit
716b4af815
|
@ -87,6 +87,9 @@ void ARMv5::CP15DoSavestate(Savestate* file)
|
||||||
file->VarArray(ITCM, ITCMPhysicalSize);
|
file->VarArray(ITCM, ITCMPhysicalSize);
|
||||||
file->VarArray(DTCM, DTCMPhysicalSize);
|
file->VarArray(DTCM, DTCMPhysicalSize);
|
||||||
|
|
||||||
|
file->Var32(&DCacheLockDown);
|
||||||
|
file->Var32(&ICacheLockDown);
|
||||||
|
|
||||||
file->Var32(&PU_CodeCacheable);
|
file->Var32(&PU_CodeCacheable);
|
||||||
file->Var32(&PU_DataCacheable);
|
file->Var32(&PU_DataCacheable);
|
||||||
file->Var32(&PU_DataCacheWrite);
|
file->Var32(&PU_DataCacheWrite);
|
||||||
|
|
Loading…
Reference in New Issue