mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12: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.
5 lines
116 B
C
5 lines
116 B
C
#pragma once
|
|
|
|
bool display_sleep_control_supported();
|
|
void enable_display_sleep();
|
|
void disable_display_sleep();
|