rpcs3/rpcs3/display_sleep_control.h
Alex James 3ad743ecaa Add option for preventing display sleep (#5783)
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.
2019-10-12 15:40:47 +03:00

6 lines
116 B
C

#pragma once
bool display_sleep_control_supported();
void enable_display_sleep();
void disable_display_sleep();