mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-03-28 14:40:05 -06:00
12 lines
285 B
C++
12 lines
285 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();
|
|
bool IsRunningFromTerminal();
|
|
|
|
} // namespace AppleUtils
|