aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/nds/gui.c3
1 files changed, 3 insertions, 0 deletions
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();