mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 20:15:27 +00:00
AutoLLE: libhttp.sprx added
This commit is contained in:
parent
4bbe1b6bf3
commit
cd9bd79639
1 changed files with 4 additions and 0 deletions
|
@ -1057,6 +1057,10 @@ void ppu_load_exec(const ppu_exec_object& elf)
|
|||
{ "cellRtc", "librtc.sprx" },
|
||||
{ "cellSsl", "libssl.sprx" },
|
||||
{ "cellSsl", "librtc.sprx" },
|
||||
{ "cellHttp", "libhttp.sprx" },
|
||||
{ "cellHttp", "cellSsl" },
|
||||
{ "cellHttpUtil", "libhttp.sprx" },
|
||||
{ "cellHttpUtil", "cellSsl" },
|
||||
{ "cellSail", "libsail.sprx" },
|
||||
{ "cellSail", "libsre.sprx" },
|
||||
{ "cellSail", "libmp4.sprx" },
|
||||
|
|
Loading…
Add table
Reference in a new issue