mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Lower subsystem_path to 256 - hopefully gets rid of the warnings on Wii
This commit is contained in:
parent
7c9817b582
commit
d4c62a177a
@ -2147,7 +2147,7 @@ struct rarch_state
|
||||
#endif
|
||||
char runtime_content_path[PATH_MAX_LENGTH];
|
||||
char runtime_core_path[PATH_MAX_LENGTH];
|
||||
char subsystem_path[PATH_MAX_LENGTH];
|
||||
char subsystem_path[256];
|
||||
char path_default_shader_preset[PATH_MAX_LENGTH];
|
||||
char path_content[PATH_MAX_LENGTH];
|
||||
char path_libretro[PATH_MAX_LENGTH];
|
||||
|
Loading…
x
Reference in New Issue
Block a user