mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 20:15:27 +00:00
Use libfs.sprx (LLE)
This commit is contained in:
parent
60ce85f840
commit
d05b6135c6
2 changed files with 1 additions and 2 deletions
|
@ -1198,6 +1198,7 @@ void ppu_load_exec(const ppu_exec_object& elf)
|
|||
{ "cellSync2", "libsre.sprx" },
|
||||
{ "cellVpost", "libvpost.sprx" },
|
||||
{ "cellVpost", "libsre.sprx" },
|
||||
{ "sys_fs", "libfs.sprx" },
|
||||
};
|
||||
|
||||
// Expand dependencies
|
||||
|
|
|
@ -24,8 +24,6 @@ static const std::unordered_map<std::string, int> s_prx_ignore
|
|||
{ "/dev_flash/sys/external/libaudio.sprx", 0 },
|
||||
{ "/dev_flash/sys/external/libbeisobmf.sprx", 0 },
|
||||
{ "/dev_flash/sys/external/libcamera.sprx", 0 },
|
||||
{ "/dev_flash/sys/external/libfs.sprx", 0 },
|
||||
{ "/dev_flash/sys/external/libfs_155.sprx", 0 },
|
||||
{ "/dev_flash/sys/external/libgcm_sys.sprx", 0 },
|
||||
{ "/dev_flash/sys/external/libgem.sprx", 0 },
|
||||
{ "/dev_flash/sys/external/libio.sprx", 0 },
|
||||
|
|
Loading…
Add table
Reference in a new issue