forked from Mirror/GodMode9
Tweaked arrow button react times
This commit is contained in:
parent
5d69a7186f
commit
c6b494253c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user