From 0f02c0bbbad3828638ff22f49e57ae6c21e51e2e Mon Sep 17 00:00:00 2001 From: Jaklyy <102590697+Jaklyy@users.noreply.github.com> Date: Sat, 6 Jul 2024 12:13:41 -0400 Subject: [PATCH] disable interlock emulation again again our understanding of how it works is just too incomplete to be worth implementing yet --- src/ARM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ARM.h b/src/ARM.h index a76a6d09..25889329 100644 --- a/src/ARM.h +++ b/src/ARM.h @@ -30,7 +30,7 @@ #include "debug/GdbStub.h" #endif -#define INTERLOCK +//#define INTERLOCK namespace melonDS {