diff --git a/rpcs3/Emu/Cell/PPUModule.cpp b/rpcs3/Emu/Cell/PPUModule.cpp index da60d3413d..fe03234a83 100644 --- a/rpcs3/Emu/Cell/PPUModule.cpp +++ b/rpcs3/Emu/Cell/PPUModule.cpp @@ -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 diff --git a/rpcs3/Emu/Cell/lv2/sys_prx.cpp b/rpcs3/Emu/Cell/lv2/sys_prx.cpp index 55827b740d..c829436b60 100644 --- a/rpcs3/Emu/Cell/lv2/sys_prx.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_prx.cpp @@ -24,8 +24,6 @@ static const std::unordered_map 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 },