cellSysmodule: set to HLE by default

This commit is contained in:
Simon Capriotti 2026-06-27 21:58:13 +02:00
parent ae92c0aa4d
commit 37ce96a980
No known key found for this signature in database

View File

@ -116,7 +116,7 @@ extern const std::map<std::string_view, int> 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 },