Tweaked arrow button react times

This commit is contained in:
d0k3 2016-06-18 15:31:31 +02:00
parent 5d69a7186f
commit c6b494253c

View File

@ -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;