drc: minor cleanup
[pcsx_rearmed.git] / libpcsxcore / r3000a.h
index 1c58b17..a052a59 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 {
@@ -197,8 +196,6 @@ typedef struct {
        // asm in libpcsxcore/new_dynarec/
 } psxRegisters;
 
-extern boolean writeok;
-
 extern psxRegisters psxRegs;
 
 /* new_dynarec stuff */