diff --git a/libretro-common/file/file_path.c b/libretro-common/file/file_path.c index 6ed233fc30..3d842efde3 100644 --- a/libretro-common/file/file_path.c +++ b/libretro-common/file/file_path.c @@ -1480,7 +1480,7 @@ void fill_pathname_application_dir(char *s, size_t len) strlcpy(s, uwp_dir_install, len); #else fill_pathname_application_path(s, len); - path_basedir_wrapper(s); + path_basedir(s); #endif }