mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Fix double slash in PS2
This commit is contained in:
parent
b339554e47
commit
7c4efa21c4
@ -44,7 +44,7 @@ static void create_path_names(void)
|
||||
{
|
||||
char user_path[FILENAME_MAX];
|
||||
|
||||
sprintf(user_path, "%s/retroarch", cwd);
|
||||
sprintf(user_path, "%sretroarch", cwd);
|
||||
fill_pathname_basedir(g_defaults.dirs[DEFAULT_DIR_PORT], cwd, sizeof(g_defaults.dirs[DEFAULT_DIR_PORT]));
|
||||
|
||||
/* Content in the same folder */
|
||||
|
Loading…
x
Reference in New Issue
Block a user