mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
cellRtc: set to HLE by default
This commit is contained in:
parent
2556f84752
commit
79f54771b5
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ extern const std::map<std::string_view, int> g_prx_list
|
|||
{ "libpngdec.sprx", 0 },
|
||||
{ "libpngenc.sprx", 0 },
|
||||
{ "libresc.sprx", 0 },
|
||||
{ "librtc.sprx", 0 },
|
||||
{ "librtc.sprx", 1 },
|
||||
{ "librudp.sprx", 0 },
|
||||
{ "libsail.sprx", 0 },
|
||||
{ "libsail_avi.sprx", 0 },
|
||||
|
|
Loading…
Add table
Reference in a new issue