mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
rsx: Fix FLIP time
This commit is contained in:
parent
610d29dab0
commit
256eb17ae5
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ void fmt_class_string<sys_rsx_error>::format(std::string& out, u64 arg)
|
|||
|
||||
u64 rsxTimeStamp()
|
||||
{
|
||||
return get_timebased_time();
|
||||
return get_guest_system_time();
|
||||
}
|
||||
|
||||
void rsx::thread::send_event(u64 data1, u64 event_flags, u64 data3) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue