mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Partially fix #537 (two fixes make one)
This commit is contained in:
parent
47312797e2
commit
85c43795c3
@ -814,7 +814,7 @@ bool ShowInputPrompt(char* inputstr, u32 max_size, u32 resize, const char* alpha
|
||||
memset(inputstr, alphabet[0], inputstr_size);
|
||||
if (resize) {
|
||||
cursor_s = 0;
|
||||
inputstr[1] = '\0';
|
||||
inputstr[resize] = '\0';
|
||||
}
|
||||
} else if (pad_state & BUTTON_X) {
|
||||
if (resize && (inputstr_size > resize)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user