From 02845f546e8f91b5ae0fcbc6fcf5f1333755323d Mon Sep 17 00:00:00 2001 From: Jake Date: Thu, 27 Jul 2017 08:39:06 -0500 Subject: [PATCH] Add gcm to auto lle / liblv2 --- rpcs3/Emu/Cell/PPUModule.cpp | 1 + rpcs3/Emu/Cell/lv2/sys_prx.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/PPUModule.cpp b/rpcs3/Emu/Cell/PPUModule.cpp index 192d5a1658..8431b92cc1 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) { "cellFont", "libfont.sprx" }, { "cellFontFT", "libfontFT.sprx" }, { "cellFontFT", "libfreetype.sprx" }, + { "cellGcmSys", "libgcm_sys.sprx" }, { "cellGifDec", "libgifdec.sprx" }, { "cellGifDec", "libsre.sprx" }, { "cellJpgDec", "libjpgdec.sprx" }, diff --git a/rpcs3/Emu/Cell/lv2/sys_prx.cpp b/rpcs3/Emu/Cell/lv2/sys_prx.cpp index 95f0ccbac2..4b2988d630 100644 --- a/rpcs3/Emu/Cell/lv2/sys_prx.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_prx.cpp @@ -25,7 +25,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/libgcm_sys.sprx", 0 }, { "/dev_flash/sys/external/libgem.sprx", 0 }, { "/dev_flash/sys/external/libhttp.sprx", 0 }, { "/dev_flash/sys/external/libio.sprx", 0 },