From c6b494253c2ee9921c6053f73e12a99a72ba8abc Mon Sep 17 00:00:00 2001 From: d0k3 Date: Sat, 18 Jun 2016 15:31:31 +0200 Subject: [PATCH] Tweaked arrow button react times --- source/hid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hid.c b/source/hid.c index ec09d4c..dd34002 100644 --- a/source/hid.c +++ b/source/hid.c @@ -4,7 +4,7 @@ u32 InputWait() { static u64 delay = 0; u32 pad_state_old = HID_STATE; - delay = (delay) ? 80 : 400; + delay = (delay) ? 72 : 128; timer_start(); while (true) { u32 pad_state = HID_STATE;