mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 17:55:46 +00:00
HostTiming: Pause the hardware clock on pause.
This commit is contained in:
parent
0fd333a248
commit
fb1d75a788
7 changed files with 23 additions and 1 deletions
|
@ -28,6 +28,8 @@ public:
|
|||
/// Returns current wall time in emulated cpu cycles
|
||||
virtual u64 GetCPUCycles() = 0;
|
||||
|
||||
virtual void Pause(bool is_paused) = 0;
|
||||
|
||||
/// Tells if the wall clock, uses the host CPU's hardware clock
|
||||
bool IsNative() const {
|
||||
return is_native;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue