mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-31 22:00:10 +01:00
9 lines
175 B
C++
9 lines
175 B
C++
#pragma once
|
|
|
|
#include "util/types.hpp"
|
|
|
|
u64 convert_to_timebased_time(u64 time);
|
|
u64 get_timebased_time();
|
|
u64 get_system_time();
|
|
u64 get_guest_system_time(u64 time = umax);
|