initial hle support for lightrec
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / emu_if.c
index f879ad8..e21003c 100644 (file)
@@ -297,7 +297,8 @@ static void ari64_notify(enum R3000Anote note, void *data) {
        case R3000ACPU_NOTIFY_BEFORE_SAVE:
                break;
        case R3000ACPU_NOTIFY_AFTER_LOAD:
-               ari64_reset();
+               if (data == NULL)
+                       ari64_reset();
                psxInt.Notify(note, data);
                break;
        }