jb: only show debug overlay for jubeat (#799)

This commit is contained in:
bicarus
2026-07-13 19:42:27 -07:00
committed by GitHub
parent 5d25fdb035
commit a2d8f60d12
+2 -1
View File
@@ -285,7 +285,8 @@ namespace games::jb {
} }
bool touch_debug_overlay_enabled() { bool touch_debug_overlay_enabled() {
return debug_show_boxes() || debug_show_taps(); return TOUCH_ENABLE.load(std::memory_order_acquire) &&
(debug_show_boxes() || debug_show_taps());
} }
// the 16 boundary rects: legacy divides the area evenly, others use button squares // the 16 boundary rects: legacy divides the area evenly, others use button squares