From d05b6135c67150ce520af979662b3f77d6602c32 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sat, 22 Apr 2017 15:28:51 +0300 Subject: [PATCH] Use libfs.sprx (LLE) --- rpcs3/Emu/Cell/PPUModule.cpp | 1 + rpcs3/Emu/Cell/lv2/sys_prx.cpp | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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 },