From cd9bd7963991cd96ba0ea8c0e823a6c03b1ffd2c Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Thu, 23 Mar 2017 23:16:40 +0300 Subject: [PATCH] AutoLLE: libhttp.sprx added --- rpcs3/Emu/Cell/PPUModule.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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" },