(XMB) Reduce size of sysname

This commit is contained in:
twinaphex 2017-09-09 07:59:53 +02:00
parent d6dd297721
commit 6ec9d643f6

View File

@ -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;