summaryrefslogtreecommitdiff
path: root/Source/Core/UICommon/DBusUtils.h
blob: 5353efc3191c81ceb46d3a2f7a6e076c7d8b5e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2024 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

namespace DBusUtils
{

void InhibitScreenSaver(bool inhibit);

}  // namespace DBusUtils