enable idle loop detection by default

This commit is contained in:
Dillon Beliveau 2023-08-25 20:30:18 -07:00
parent 5c6a7b6a25
commit d16a934c58

View file

@ -20,7 +20,7 @@
//#define N64_LOG_COMPILATIONS
static bool v2_idle_loop_detection_enabled = false;
static bool v2_idle_loop_detection_enabled = true;
#define DISPATCHER_CODE_SIZE 4096
static u8 run_block_codecache[DISPATCHER_CODE_SIZE] __attribute((aligned(4096)));