mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
syscall: Register syscall 149 sys_time_get_system_time
This commit is contained in:
parent
8d815e8ee0
commit
39e946630d
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ const std::array<std::pair<ppu_intrp_func_t, std::string_view>, 1024> g_ppu_sysc
|
||||||
BIND_SYSC(sys_time_set_current_time), //146 (0x092) ROOT
|
BIND_SYSC(sys_time_set_current_time), //146 (0x092) ROOT
|
||||||
BIND_SYSC(sys_time_get_timebase_frequency), //147 (0x093)
|
BIND_SYSC(sys_time_get_timebase_frequency), //147 (0x093)
|
||||||
BIND_SYSC(_sys_rwlock_trywlock), //148 (0x094)
|
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_create_interrupt_tag), //150 (0x096)
|
||||||
BIND_SYSC(sys_raw_spu_set_int_mask), //151 (0x097)
|
BIND_SYSC(sys_raw_spu_set_int_mask), //151 (0x097)
|
||||||
BIND_SYSC(sys_raw_spu_get_int_mask), //152 (0x098)
|
BIND_SYSC(sys_raw_spu_get_int_mask), //152 (0x098)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue