Raise limit on stk_ident to avoid warning on Vita

This commit is contained in:
twinaphex 2021-08-12 16:01:48 +02:00
parent 8d7e8bb574
commit fbeb157bba

View File

@ -4689,7 +4689,7 @@ bool input_remapping_load_file(void *data, const char *path)
}
else
{
char stk_ident[128];
char stk_ident[256];
char key_ident[128];
int stk_remap = -1;
int key_remap = -1;