mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-29 07:37:03 +00:00
Disable the "Disable screen saver" option
This commit is contained in:
parent
02ec40b7ba
commit
aa63a6a36e
2 changed files with 7 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ class ScreenSaver
|
|||
public:
|
||||
static void SetInhibit(bool inhibit)
|
||||
{
|
||||
#ifdef BOOST_OS_MACOS
|
||||
return;
|
||||
#endif
|
||||
// Initialize video subsystem if necessary
|
||||
if (SDL_WasInit(SDL_INIT_VIDEO) == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue