mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 17:04:34 +00:00
psp buildfix
This commit is contained in:
parent
b0b9ff8d8d
commit
394cdf9c7c
@ -87,9 +87,9 @@ static void frontend_psp_get_environment_settings(int *argc, char *argv[],
|
||||
"playlists", sizeof(g_defaults.playlist_dir));
|
||||
fill_pathname_join(g_defaults.config_path, g_defaults.port_dir,
|
||||
"retroarch.cfg", sizeof(g_defaults.config_path));
|
||||
fill_pathname_join(g_defaults.cheats_dir, path,
|
||||
fill_pathname_join(g_defaults.cheats_dir, g_defaults.cheats_dir,
|
||||
"cheats", sizeof(g_defaults.cheats_dir));
|
||||
fill_pathname_join(g_defaults.remap_dir, path,
|
||||
fill_pathname_join(g_defaults.remap_dir, g_defaults.remap_dir,
|
||||
"remaps", sizeof(g_defaults.remap_dir));
|
||||
|
||||
#ifndef IS_SALAMANDER
|
||||
|
Loading…
x
Reference in New Issue
Block a user