mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
sys_time_get_current_time fixed, CALL_FUNC draft
This commit is contained in:
parent
22e1da5e76
commit
83321c5be7
46 changed files with 385 additions and 351 deletions
|
@ -5,13 +5,14 @@
|
|||
#include "Emu/SysCalls/SysCalls.h"
|
||||
|
||||
#include "Utilities/Thread.h"
|
||||
#include "sys_time.h"
|
||||
#include "sys_event.h"
|
||||
#include "sys_process.h"
|
||||
#include "sys_timer.h"
|
||||
|
||||
SysCallBase sys_timer("sys_timer");
|
||||
|
||||
extern u64 get_system_time();
|
||||
|
||||
lv2_timer_t::lv2_timer_t()
|
||||
: start(0)
|
||||
, period(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue