mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 17:34:52 +00:00
fs: added /download0 mount
fs: get rid of double slashes
This commit is contained in:
parent
2841eba538
commit
600a13c38f
4 changed files with 23 additions and 9 deletions
|
@ -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;
|
||||
}();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue