mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
(XMB) Reduce size of sysname
This commit is contained in:
parent
d6dd297721
commit
6ec9d643f6
@ -1933,7 +1933,7 @@ static void xmb_context_reset_horizontal_list(
|
||||
for (i = 0; i < list_size; i++)
|
||||
{
|
||||
char iconpath[PATH_MAX_LENGTH];
|
||||
char sysname[PATH_MAX_LENGTH];
|
||||
char sysname[256];
|
||||
char texturepath[PATH_MAX_LENGTH];
|
||||
char content_texturepath[PATH_MAX_LENGTH];
|
||||
struct texture_image ti;
|
||||
|
Loading…
x
Reference in New Issue
Block a user