mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
cellAdec: set to HLE by default
This commit is contained in:
parent
743070f361
commit
f113160688
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ extern const std::map<std::string_view, int> g_prx_list
|
|||
{ "libaacenc_spurs.sprx", 0 },
|
||||
{ "libac3dec.sprx", 0 },
|
||||
{ "libac3dec2.sprx", 0 },
|
||||
{ "libadec.sprx", 0 },
|
||||
{ "libadec.sprx", 1 },
|
||||
{ "libadec2.sprx", 0 },
|
||||
{ "libadec_internal.sprx", 0 },
|
||||
{ "libad_async.sprx", 0 },
|
||||
|
|
Loading…
Add table
Reference in a new issue