mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Fix fill_pathname_application_data
This commit is contained in:
parent
96723f3a57
commit
8ff81312ad
@ -176,10 +176,10 @@ bool fill_pathname_application_data(char *s, size_t len)
|
|||||||
{
|
{
|
||||||
#ifdef __HAIKU__
|
#ifdef __HAIKU__
|
||||||
fill_pathname_join(s, appdata,
|
fill_pathname_join(s, appdata,
|
||||||
"config/settings/retroarch", len);
|
"config/settings/retroarch/", len);
|
||||||
#else
|
#else
|
||||||
fill_pathname_join(s, appdata,
|
fill_pathname_join(s, appdata,
|
||||||
".config/retroarch", len);
|
".config/retroarch/", len);
|
||||||
#endif
|
#endif
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user