From 1b5a479bbdd7afd3f8cf026c8a5d44b080af00a0 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Tue, 14 Mar 2017 19:21:03 +0300 Subject: [PATCH] Auto LLE: cellSsl --- rpcs3/Emu/Cell/PPUModule.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpcs3/Emu/Cell/PPUModule.cpp b/rpcs3/Emu/Cell/PPUModule.cpp index 2ac88bae1d..cb9fc9db30 100644 --- a/rpcs3/Emu/Cell/PPUModule.cpp +++ b/rpcs3/Emu/Cell/PPUModule.cpp @@ -1182,6 +1182,8 @@ void ppu_load_exec(const ppu_exec_object& elf) { "cellPngEnc", "libsre.sprx" }, { "cellResc", "libresc.sprx" }, { "cellRtc", "librtc.sprx" }, + { "cellSsl", "libssl.sprx" }, + { "cellSsl", "librtc.sprx" }, { "cellSail", "libsail.sprx" }, { "cellSail", "libsre.sprx" }, { "cellSail", "libmp4.sprx" },