// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project // SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include #include namespace GraphicsBackend { QString GuiConfigPath(); void SetForceX11(bool state); bool GetForceX11(); } // namespace GraphicsBackend