diff --git a/rpcs3/Emu/Cell/PPUModule.cpp b/rpcs3/Emu/Cell/PPUModule.cpp index 18510b1cdf..2ac88bae1d 100644 --- a/rpcs3/Emu/Cell/PPUModule.cpp +++ b/rpcs3/Emu/Cell/PPUModule.cpp @@ -1144,7 +1144,6 @@ void ppu_load_exec(const ppu_exec_object& elf) { "cellAdec", "libcelp8dec.sprx" }, { "cellAdec", "libcelpdec.sprx" }, { "cellAdec", "libddpdec.sprx" }, - { "cellAdec", "libdtslbrdec.sprx" }, { "cellAdec", "libm2bcdec.sprx" }, { "cellAdec", "libm4aacdec.sprx" }, { "cellAdec", "libm4aacdec2ch.sprx" }, @@ -1155,6 +1154,10 @@ void ppu_load_exec(const ppu_exec_object& elf) { "cellAtrac", "cellAdec" }, { "cellAtracMulti", "libatrac3multi.sprx" }, { "cellAtracMulti", "cellAdec" }, + { "cellCelp8Enc", "libcelp8enc.sprx" }, + { "cellCelp8Enc", "libsre.sprx" }, + { "cellCelpEnc", "libcelpenc.sprx" }, + { "cellCelpEnc", "libsre.sprx" }, { "cellDmux", "libdmux.sprx" }, { "cellDmux", "libdmuxpamf.sprx" }, { "cellDmux", "libsre.sprx" }, @@ -1166,11 +1169,17 @@ void ppu_load_exec(const ppu_exec_object& elf) { "cellGifDec", "libsre.sprx" }, { "cellJpgDec", "libjpgdec.sprx" }, { "cellJpgDec", "libsre.sprx" }, + { "cellJpgEnc", "libjpgenc.sprx" }, + { "cellJpgEnc", "libsre.sprx" }, { "cellKey2char", "libkey2char.sprx" }, { "cellL10n", "libl10n.sprx" }, + { "cellM4hdEnc", "libm4hdenc.sprx" }, + { "cellM4hdEnc", "libsre.sprx" }, { "cellPamf", "libpamf.sprx" }, { "cellPngDec", "libpngdec.sprx" }, { "cellPngDec", "libsre.sprx" }, + { "cellPngEnc", "libpngenc.sprx" }, + { "cellPngEnc", "libsre.sprx" }, { "cellResc", "libresc.sprx" }, { "cellRtc", "librtc.sprx" }, { "cellSail", "libsail.sprx" },