mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Tweaked arrow button react times
This commit is contained in:
parent
5d69a7186f
commit
c6b494253c
@ -4,7 +4,7 @@
|
|||||||
u32 InputWait() {
|
u32 InputWait() {
|
||||||
static u64 delay = 0;
|
static u64 delay = 0;
|
||||||
u32 pad_state_old = HID_STATE;
|
u32 pad_state_old = HID_STATE;
|
||||||
delay = (delay) ? 80 : 400;
|
delay = (delay) ? 72 : 128;
|
||||||
timer_start();
|
timer_start();
|
||||||
while (true) {
|
while (true) {
|
||||||
u32 pad_state = HID_STATE;
|
u32 pad_state = HID_STATE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user