mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-20 23:17:57 -05:00
HostTiming: Pause the hardware clock on pause.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user