mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-23 11:45:27 +00:00
Use C-style string
This commit is contained in:
parent
76c4a4f7a0
commit
25fcfb47c7
@ -1423,7 +1423,8 @@ static config_file_t *open_default_config_file(void)
|
||||
if (!fill_pathname_application_data(application_data,
|
||||
sizeof(application_data)))
|
||||
return NULL;
|
||||
// Group config file with menu configs, remaps, etc:
|
||||
|
||||
/* Group config file with menu configs, remaps, etc: */
|
||||
strlcat(application_data, "/config", sizeof(application_data));
|
||||
|
||||
path_mkdir(application_data);
|
||||
|
2
deps/SPIRV-Cross
vendored
2
deps/SPIRV-Cross
vendored
@ -1 +1 @@
|
||||
Subproject commit 2f48065ec190d676e9c80c18a208da1ad59dcf9e
|
||||
Subproject commit 875c32fd39a06f624814effe5eab691b078429f5
|
Loading…
x
Reference in New Issue
Block a user