mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-06 16:49:59 +01:00
- Avoids game bugs in the case where games convert the value read from the clock to a float before performing delta time calculations
9 lines
152 B
C++
9 lines
152 B
C++
#pragma once
|
|
|
|
#include "util/types.hpp"
|
|
|
|
u64 get_timebased_time();
|
|
void initalize_timebased_time();
|
|
u64 get_system_time();
|
|
u64 get_guest_system_time();
|