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)