mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-10 13:27:22 +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…
x
Reference in New Issue
Block a user