Lower subsystem_path to 256 - hopefully gets rid of the warnings on Wii

This commit is contained in:
twinaphex 2021-08-12 17:29:07 +02:00
parent 7c9817b582
commit d4c62a177a

View File

@ -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];