Fix double slash in PS2

This commit is contained in:
Francisco Javier Trujillo Mata 2021-02-13 21:00:47 +01:00
parent b339554e47
commit 7c4efa21c4

View File

@ -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 */