From 79f54771b55d9b7f716df8caae8a59575a48c233 Mon Sep 17 00:00:00 2001 From: capriots <29807355+capriots@users.noreply.github.com> Date: Thu, 18 Apr 2024 17:12:17 +0200 Subject: [PATCH] cellRtc: 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 affbb65dc7..7fd1cd2012 100644 --- a/rpcs3/Emu/Cell/lv2/sys_prx.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_prx.cpp @@ -100,7 +100,7 @@ extern const std::map 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 },