mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 15:45:42 +00:00
WindowInfo: Fix macOS build
This commit is contained in:
parent
6c59e769ed
commit
acff275f6b
|
@ -83,7 +83,7 @@ bool WindowInfo::QueryRefreshRateForWindow(const WindowInfo& wi, float* refresh_
|
|||
return GetRefreshRateFromDWM(hwnd, refresh_rate) || GetRefreshRateFromMonitor(hwnd, refresh_rate);
|
||||
}
|
||||
|
||||
#elif defined(__linux__)
|
||||
#else
|
||||
|
||||
#ifdef USE_X11
|
||||
|
||||
|
|
Loading…
Reference in a new issue