mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 00:40:09 +00:00
Fixup fill_pathname_basedir in load_content
This commit is contained in:
parent
e871d27d7d
commit
6a9913c744
@ -412,7 +412,7 @@ static bool load_content(const struct retro_subsystem_info *special,
|
||||
"extraction directory was not set or found. "
|
||||
"Setting extraction directory to directory "
|
||||
"derived by basename...\n");
|
||||
fill_pathname_basedir(new_basedir, path_basename(path),
|
||||
fill_pathname_basedir(new_basedir, path,
|
||||
sizeof(new_basedir));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user