mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-30 08:02:22 +00:00
(XMB) Fix text being cut off
This commit is contained in:
parent
deb3c73ae0
commit
6623bdc054
@ -1689,7 +1689,7 @@ static void xmb_frame(void *data)
|
||||
size_t selection;
|
||||
math_matrix_4x4 mymat;
|
||||
unsigned depth, i, width, height;
|
||||
char msg[256];
|
||||
char msg[PATH_MAX_LENGTH];
|
||||
char title_msg[256];
|
||||
char timedate[256];
|
||||
float item_color[16];
|
||||
|
Loading…
x
Reference in New Issue
Block a user