Lime3DS/src/common/apple_utils.h
OpenSauce 885bb71da8
Use MacOS-specific refresh rate check to avoid SDL race condition (#1262)
* Use MacOS-specific refresh rate check to avoid SDL race condition

* IsLowRefreshRate: Change back to `SDL_Init` just to be safe
2025-08-01 16:45:07 +01:00

11 lines
255 B
C++

// Copyright Citra Emulator Project / Azahar Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
namespace AppleUtils {
float GetRefreshRate();
int IsLowPowerModeEnabled();
} // namespace AppleUtils