mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 17:11:23 +00:00
3ad743ecaa
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();
|