mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Raise limit on stk_ident to avoid warning on Vita
This commit is contained in:
parent
8d7e8bb574
commit
fbeb157bba
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user