Remove some button press/release recognition latency in the menu.

This commit is contained in:
Nebuleon Fumika 2013-03-28 04:49:31 -04:00
parent 57bcab6a25
commit 9920215d94

View file

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