mirror of
https://github.com/libretro/RetroArch
synced 2025-02-18 18:40:06 +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 message[TERM_WIDTH + 1];
|
||||||
char type_str[TERM_WIDTH + 1];
|
char type_str[TERM_WIDTH + 1];
|
||||||
int w = 18;
|
int w = 19;
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
case RGUI_FILE_PLAIN:
|
case RGUI_FILE_PLAIN:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user