mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
New functions
Added cellSync module, implemented sys_spu_thread_group_join, sys_spu_thread_group_suspend, added /dev_bdvd/ device, fixed default values of analog sticks.
This commit is contained in:
parent
24d01a28c8
commit
552fd355bc
11 changed files with 194 additions and 9 deletions
|
@ -191,6 +191,11 @@ void VFS::SaveLoadDevices(Array<VFSManagerEntry>& res, bool is_load)
|
|||
res[idx].mount = "/app_home/";
|
||||
res[idx].device = vfsDevice_LocalFile;
|
||||
|
||||
idx = res.Move(new VFSManagerEntry());
|
||||
res[idx].path = "$(GameDir)\\..\\";
|
||||
res[idx].mount = "/dev_bdvd/";
|
||||
res[idx].device = vfsDevice_LocalFile;
|
||||
|
||||
idx = res.Move(new VFSManagerEntry());
|
||||
res[idx].path = "";
|
||||
res[idx].mount = "/host_root/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue