mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 20:37:57 -05:00
HostTiming: Pause the hardware clock on pause.
This commit is contained in:
@ -53,6 +53,10 @@ public:
|
||||
return Common::Divide128On32(temporary, 1000000000).first;
|
||||
}
|
||||
|
||||
void Pause(bool is_paused) override {
|
||||
// Do nothing in this clock type.
|
||||
}
|
||||
|
||||
private:
|
||||
base_time_point start_time;
|
||||
};
|
||||
|
Reference in New Issue
Block a user