From 3583d8222fbeaaa06ebe02f2bf430ccc402d0a32 Mon Sep 17 00:00:00 2001 From: Jaklyy <102590697+Jaklyy@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:17:04 -0400 Subject: [PATCH] disable interlock emulation, needs more research --- src/ARM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ARM.h b/src/ARM.h index e5d82ddf..3ef0d439 100644 --- a/src/ARM.h +++ b/src/ARM.h @@ -30,7 +30,7 @@ #include "debug/GdbStub.h" #endif -#define INTERLOCK +//#define INTERLOCK namespace melonDS {