clean up cache isolation handling
[pcsx_rearmed.git] / libpcsxcore / r3000a.h
index 2339d59..6973afe 100644 (file)
@@ -32,7 +32,6 @@ extern "C" {
 enum {
        R3000ACPU_NOTIFY_CACHE_ISOLATED = 0,
        R3000ACPU_NOTIFY_CACHE_UNISOLATED = 1,
-       R3000ACPU_NOTIFY_DMA3_EXE_LOAD = 2
 };
 
 typedef struct {
@@ -193,6 +192,8 @@ typedef struct {
        u32 muldivBusyCycle;
        u32 subCycle;           /* interpreter cycle counting */
        u32 subCycleStep;
+       u32 biuReg;
+       u32 reserved[3];
        // warning: changing anything in psxRegisters requires update of all
        // asm in libpcsxcore/new_dynarec/
 } psxRegisters;