mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 17:34:52 +00:00
sceSaveDataMount2,sceSaveDataUmount some implementation
This commit is contained in:
parent
2b9b3e76bf
commit
277e16c7ba
7 changed files with 81 additions and 11 deletions
|
@ -35,6 +35,7 @@ static auto UserPaths = [] {
|
|||
create_path(PathType::LogDir, user_dir / LOG_DIR);
|
||||
create_path(PathType::ScreenshotsDir, user_dir / SCREENSHOTS_DIR);
|
||||
create_path(PathType::ShaderDir, user_dir / SHADER_DIR);
|
||||
create_path(PathType::SaveDataDir, user_dir / SAVEDATA_DIR);
|
||||
|
||||
return paths;
|
||||
}();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue