Files
eden/src/qt_common/gui_settings.h
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
301 B
C++
Raw Normal View History

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