From f1131606885b0761872e315ac4756671bceccf68 Mon Sep 17 00:00:00 2001 From: capriots <29807355+capriots@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:27:25 +0100 Subject: [PATCH] cellAdec: set to HLE by default --- rpcs3/Emu/Cell/lv2/sys_prx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/lv2/sys_prx.cpp b/rpcs3/Emu/Cell/lv2/sys_prx.cpp index 49b5839cfa..da24edbedb 100644 --- a/rpcs3/Emu/Cell/lv2/sys_prx.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_prx.cpp @@ -35,7 +35,7 @@ extern const std::map 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 },