From 37ce96a9804227628ae645e579dd24d68e9b438d Mon Sep 17 00:00:00 2001 From: Simon Capriotti Date: Sat, 27 Jun 2026 21:58:13 +0200 Subject: [PATCH] cellSysmodule: set to HLE by default --- rpcs3/Emu/Cell/lv2/sys_prx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/lv2/sys_prx.cpp b/rpcs3/Emu/Cell/lv2/sys_prx.cpp index 09becf88c3..564943db11 100644 --- a/rpcs3/Emu/Cell/lv2/sys_prx.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_prx.cpp @@ -116,7 +116,7 @@ extern const std::map g_prx_list { "libssl.sprx", 0 }, { "libsvc1d.sprx", 0 }, { "libsync2.sprx", 0 }, - { "libsysmodule.sprx", 0 }, + { "libsysmodule.sprx", 1 }, { "libsysutil.sprx", 1 }, { "libsysutil_ap.sprx", 1 }, { "libsysutil_authdialog.sprx", 1 },