mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-27 06:11:51 +00:00
(Wii) fix message length
This commit is contained in:
parent
33d3da8142
commit
770715501b
@ -217,7 +217,7 @@ static void render_text(rgui_handle_t *rgui, size_t begin, size_t end)
|
||||
|
||||
char message[TERM_WIDTH + 1];
|
||||
char type_str[TERM_WIDTH + 1];
|
||||
int w = 18;
|
||||
int w = 19;
|
||||
switch (type)
|
||||
{
|
||||
case RGUI_FILE_PLAIN:
|
||||
|
Loading…
x
Reference in New Issue
Block a user