mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-01 14:20:08 +01:00
Adds support for preventing the display from sleeping while a game is running. Supports Windows, Linux (with the org.freedesktop.ScreenSaver D-Bus service), and macOS.
6 lines
116 B
C
6 lines
116 B
C
#pragma once
|
|
|
|
bool display_sleep_control_supported();
|
|
void enable_display_sleep();
|
|
void disable_display_sleep();
|