From bb7b6e8532ef3282fdd15ec133deff919cd7e7c3 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 23 Apr 2023 09:42:21 +0800 Subject: Initial work to add debug menu from 3dsspec --- include/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/gui.h') diff --git a/include/gui.h b/include/gui.h index 3dd3fe2..c5eeaed 100644 --- a/include/gui.h +++ b/include/gui.h @@ -28,5 +28,6 @@ int GUI_FileSelect(char pwd[], char selected_file[], const char *filter); int GUI_InputName(const char *prompt, const char *ext, char name[], int maxlen); +int GUI_Input(const char *prompt, char text[], int maxlen); #endif /* DS81_GUI_H */ -- cgit v1.2.3