mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Increase conf_key_base size a bit
This commit is contained in:
parent
cce75e274f
commit
01cd40b1fc
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ static void task_overlay_deferred_load(retro_task_t *task)
|
|||
|
||||
for (i = 0; i < loader->pos_increment; i++, loader->pos++)
|
||||
{
|
||||
char conf_key_base[8];
|
||||
char conf_key_base[10];
|
||||
char conf_key[32];
|
||||
char overlay_full_screen_key[32];
|
||||
char tmp_str[PATH_MAX_LENGTH];
|
||||
|
|
Loading…
Add table
Reference in a new issue