mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-06 09:39:55 +00:00
Revert "rsx: Fix FLIP time"
This reverts commit 256eb17ae546e388cf9baa3cb4a99e85539fd108.
This commit is contained in:
parent
baf51a2e2f
commit
eec27f0e89
@ -34,7 +34,7 @@ void fmt_class_string<sys_rsx_error>::format(std::string& out, u64 arg)
|
|||||||
|
|
||||||
u64 rsxTimeStamp()
|
u64 rsxTimeStamp()
|
||||||
{
|
{
|
||||||
return get_guest_system_time();
|
return get_timebased_time();
|
||||||
}
|
}
|
||||||
|
|
||||||
void rsx::thread::send_event(u64 data1, u64 event_flags, u64 data3) const
|
void rsx::thread::send_event(u64 data1, u64 event_flags, u64 data3) const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user