This website requires JavaScript.
Explore
Help
Sign In
RPCSX
/
rpcsx
Watch
1
Star
0
Fork
You've already forked rpcsx
0
mirror of
https://github.com/RPCSX/rpcsx.git
synced
2025-12-06 07:12:14 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e87d8349ea
rpcsx
/
rpcs3qt-legacy
/
display_sleep_control.h
5 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
Remove BOM markers
2020-12-05 13:08:24 +01:00
#
pragma once
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 14:40:47 +02:00
bool
display_sleep_control_supported
(
)
;
Move display sleep functions to emu callbacks
2025-02-24 21:41:14 +01:00
void
enable_display_sleep
(
bool
enabled
)
;
Reference in a new issue
Copy permalink