mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 05:17:57 -05:00
HostTiming: Pause the hardware clock on pause.
This commit is contained in:
@ -26,6 +26,8 @@ public:
|
||||
|
||||
u64 GetCPUCycles() override;
|
||||
|
||||
void Pause(bool is_paused) override;
|
||||
|
||||
private:
|
||||
u64 GetRTSC();
|
||||
|
||||
|
Reference in New Issue
Block a user