From: chaoskagami Date: Sat, 15 Oct 2016 07:17:50 +0000 (-0400) Subject: Re-add input delay (apparently my dpad is fucky now) X-Git-Tag: v0.3.1~66^2~2 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=32d228dd82c147f8dd5905488d13a73690b12d67;p=corbenik%2Fcorbenik.git Re-add input delay (apparently my dpad is fucky now) --- diff --git a/source/input.c b/source/input.c index 2cf8811..bd26cf7 100644 --- a/source/input.c +++ b/source/input.c @@ -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; }