mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-07-09 17:25:37 -06:00
parent
ff253dafe1
commit
bffa4d1b63
@ -159,7 +159,7 @@ The following firmware modules are supported and must be placed in shadPS4's `sy
|
|||||||
| libSceJpegDec.sprx | libSceJpegEnc.sprx | libSceJson.sprx | libSceJson2.sprx |
|
| libSceJpegDec.sprx | libSceJpegEnc.sprx | libSceJson.sprx | libSceJson2.sprx |
|
||||||
| libSceLibcInternal.sprx | libSceNgs2.sprx | libScePngEnc.sprx | libSceRtc.sprx |
|
| libSceLibcInternal.sprx | libSceNgs2.sprx | libScePngEnc.sprx | libSceRtc.sprx |
|
||||||
| libSceRudp.sprx | libSceSystemGesture.sprx | libSceUlt.sprx | libSceWkFontConfig.sprx |
|
| libSceRudp.sprx | libSceSystemGesture.sprx | libSceUlt.sprx | libSceWkFontConfig.sprx |
|
||||||
| libSceXml.sprx |
|
| libSceXml.sprx | libSceAt9Enc.sprx |
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
> [!Caution]
|
> [!Caution]
|
||||||
|
|||||||
@ -223,6 +223,7 @@ s32 loadModuleInternal(s32 index, s32 argc, const void* argv, s32* res_out) {
|
|||||||
{"libSceJson.sprx", nullptr},
|
{"libSceJson.sprx", nullptr},
|
||||||
{"libSceJson2.sprx", nullptr},
|
{"libSceJson2.sprx", nullptr},
|
||||||
{"libSceCesCs.sprx", nullptr},
|
{"libSceCesCs.sprx", nullptr},
|
||||||
|
{"libSceAt9Enc.sprx", nullptr},
|
||||||
{"libSceAudiodec.sprx", nullptr},
|
{"libSceAudiodec.sprx", nullptr},
|
||||||
{"libSceAudiodecCpu.sprx", nullptr},
|
{"libSceAudiodecCpu.sprx", nullptr},
|
||||||
{"libSceAudiodecCpuDdp.sprx", nullptr},
|
{"libSceAudiodecCpuDdp.sprx", nullptr},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user