mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-29 09:30:20 +00:00
12 lines
192 B
C
12 lines
192 B
C
|
// Copyright 2024 Dolphin Emulator Project
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
namespace DBusUtils
|
||
|
{
|
||
|
|
||
|
void InhibitScreenSaver(bool inhibit);
|
||
|
|
||
|
} // namespace DBusUtils
|