From 9920215d9449a5fbf0daed20787efbebc10d7e31 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Thu, 28 Mar 2013 04:49:31 -0400 Subject: Remove some button press/release recognition latency in the menu. --- source/nds/gui.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/nds/gui.c b/source/nds/gui.c index 2a7dd5f..b31acee 100644 --- a/source/nds/gui.c +++ b/source/nds/gui.c @@ -3909,6 +3909,9 @@ u32 menu(u16 *screen, bool8 FirstInvocation) } } + mdelay(20); // to prevent the DSTwo-DS link from being too clogged + // to return button statuses + struct key_buf inputdata; gui_action = get_gui_input(); -- cgit v1.2.3