mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
fs: added /download0 mount
fs: get rid of double slashes
This commit is contained in:
@@ -72,6 +72,7 @@ static auto UserPaths = [] {
|
||||
create_path(PathType::GameDataDir, user_dir / GAMEDATA_DIR);
|
||||
create_path(PathType::TempDataDir, user_dir / TEMPDATA_DIR);
|
||||
create_path(PathType::SysModuleDir, user_dir / SYSMODULES_DIR);
|
||||
create_path(PathType::DownloadDir, user_dir / DOWNLOAD_DIR);
|
||||
|
||||
return paths;
|
||||
}();
|
||||
|
||||
Reference in New Issue
Block a user