drc: try to prevent wrong eviction
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / emu_if.c
index 2862c54..06612db 100644 (file)
@@ -298,6 +298,7 @@ static void ari64_notify(enum R3000Anote note, void *data) {
                break;
        case R3000ACPU_NOTIFY_AFTER_LOAD:
                ari64_reset();
+               psxInt.Notify(note, data);
                break;
        }
 }