mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-07-10 01:54:46 -06:00
cellSysmodule: set to HLE by default
This commit is contained in:
parent
ae92c0aa4d
commit
37ce96a980
@ -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 },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user