mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 09:32:33 -07: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