mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Raise limit on stk_ident to avoid warning on Vita
This commit is contained in:
parent
8d7e8bb574
commit
fbeb157bba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue