mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Timers scaling and fixes
This commit is contained in:
parent
d17be2c2ec
commit
85b1152e29
27 changed files with 160 additions and 162 deletions
|
@ -799,7 +799,7 @@ namespace rsx
|
|||
u64 thread::timestamp()
|
||||
{
|
||||
// Get timestamp, and convert it from microseconds to nanoseconds
|
||||
const u64 t = get_system_time() * 1000;
|
||||
const u64 t = get_guest_system_time() * 1000;
|
||||
if (t != timestamp_ctrl)
|
||||
{
|
||||
timestamp_ctrl = t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue