mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Change size of path_config_append_file to PATH_MAX_LENGTH - fixes #12906
This commit is contained in:
parent
3abd414656
commit
532840c4b8
@ -307,7 +307,7 @@ struct rarch_state
|
||||
char path_content[PATH_MAX_LENGTH];
|
||||
char path_libretro[PATH_MAX_LENGTH];
|
||||
char path_config_file[PATH_MAX_LENGTH];
|
||||
char path_config_append_file[256];
|
||||
char path_config_append_file[PATH_MAX_LENGTH];
|
||||
char path_core_options_file[PATH_MAX_LENGTH];
|
||||
char dir_system[PATH_MAX_LENGTH];
|
||||
char dir_savefile[PATH_MAX_LENGTH];
|
||||
|
Loading…
x
Reference in New Issue
Block a user