diff --git a/rpcs3/Emu/Cell/PPUModule.cpp b/rpcs3/Emu/Cell/PPUModule.cpp index 3176f33138..8d506b1921 100644 --- a/rpcs3/Emu/Cell/PPUModule.cpp +++ b/rpcs3/Emu/Cell/PPUModule.cpp @@ -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" },