Skip to content

Commit

Permalink
cellAtracXdec: set to HLE by default
Browse files Browse the repository at this point in the history
  • Loading branch information
capriots committed Apr 30, 2024
1 parent 4305fe9 commit b94ec1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Emu/Cell/lv2/sys_prx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extern const std::map<std::string_view, int> g_prx_list
{ "libat3multidec.sprx", 0 },
{ "libatrac3multi.sprx", 0 },
{ "libatrac3plus.sprx", 0 },
{ "libatxdec.sprx", 0 },
{ "libatxdec.sprx", 1 },
{ "libatxdec2.sprx", 0 },
{ "libaudio.sprx", 1 },
{ "libavcdec.sprx", 0 },
Expand Down

0 comments on commit b94ec1c

Please sign in to comment.