mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 06:15: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
|
@ -26,6 +26,8 @@ public:
|
|||
|
||||
u64 GetCPUCycles() override;
|
||||
|
||||
void Pause(bool is_paused) override;
|
||||
|
||||
private:
|
||||
u64 GetRTSC();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue