We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71edae5 + 3e0a4fa commit daccac9Copy full SHA for daccac9
1 file changed
frontend/drivers/platform_ps2.c
@@ -64,7 +64,7 @@ static void create_path_names(void)
64
{
65
char user_path[FILENAME_MAX];
66
size_t _len = strlcpy(user_path, cwd, sizeof(user_path));
67
- strlcpy(user_path + _len, "retroarch", sizeof(user_path) - _len);
+ strlcpy(user_path + _len, "/retroarch", sizeof(user_path) - _len);
68
fill_pathname_basedir(g_defaults.dirs[DEFAULT_DIR_PORT], cwd, sizeof(g_defaults.dirs[DEFAULT_DIR_PORT]));
69
70
/* Content in the same folder */
0 commit comments