HostDisplay: Add GetHostRefreshRate() function

Only implemented in Windows for now.
This commit is contained in:
Connor McLaughlin
2021-01-11 03:50:10 +10:00
parent 5769830b72
commit bb572741ae
4 changed files with 66 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ public:
u32* out_pitch) override;
void EndSetDisplayPixels() override;
bool GetHostRefreshRate(float* refresh_rate) override;
virtual void SetVSync(bool enabled) override;
virtual bool Render() override;