From 39e946630da8e23c4d2d2b763f63145eb9205e43 Mon Sep 17 00:00:00 2001 From: Ani Date: Mon, 29 Apr 2024 17:28:26 +0100 Subject: [PATCH] syscall: Register syscall 149 sys_time_get_system_time --- rpcs3/Emu/Cell/lv2/lv2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/lv2/lv2.cpp b/rpcs3/Emu/Cell/lv2/lv2.cpp index dfc139c7db..ee67f369af 100644 --- a/rpcs3/Emu/Cell/lv2/lv2.cpp +++ b/rpcs3/Emu/Cell/lv2/lv2.cpp @@ -274,7 +274,7 @@ const std::array, 1024> g_ppu_sysc BIND_SYSC(sys_time_set_current_time), //146 (0x092) ROOT BIND_SYSC(sys_time_get_timebase_frequency), //147 (0x093) BIND_SYSC(_sys_rwlock_trywlock), //148 (0x094) - uns_func, //149 (0x095) UNS + NULL_FUNC(sys_time_get_system_time), //149 (0x095) BIND_SYSC(sys_raw_spu_create_interrupt_tag), //150 (0x096) BIND_SYSC(sys_raw_spu_set_int_mask), //151 (0x097) BIND_SYSC(sys_raw_spu_get_int_mask), //152 (0x098)