From 32d228dd82c147f8dd5905488d13a73690b12d67 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Sat, 15 Oct 2016 03:17:50 -0400 Subject: [PATCH] Re-add input delay (apparently my dpad is fucky now) --- source/input.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/input.c b/source/input.c index 2cf8811..bd26cf7 100644 --- a/source/input.c +++ b/source/input.c @@ -35,6 +35,8 @@ wait_key(_UNUSED int sleep) } while (ctr_hid_get_buttons()); + waitcycles(ARM9_APPROX_DELAY_MAX); // Approximately what a human can input - fine tuning needed (sorry, TASers!) + return ret; } -- 2.39.5