]> Chaos Git - corbenik/corbenik.git/commitdiff
Re-add input delay (apparently my dpad is fucky now)
authorchaoskagami <chaos.kagami@gmail.com>
Sat, 15 Oct 2016 07:17:50 +0000 (03:17 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Sat, 15 Oct 2016 07:17:50 +0000 (03:17 -0400)
source/input.c

index 2cf88112230e7e4f9e61f05bf3e44415b30dead3..bd26cf79a82f17072abb24ea4a6ee59118ab4d16 100644 (file)
@@ -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;
 }