mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
Edit configure_ui.h
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
// SPDX-FileCopyrightText: 2016 Citra Emulator Project
|
// SPDX-FileCopyrightText: 2016 Citra Emulator Project
|
||||||
|
// SPDX-FileCopyrightText: 2025 citron Emulator Project
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
@@ -8,11 +9,11 @@
|
|||||||
#include "common/settings_enums.h"
|
#include "common/settings_enums.h"
|
||||||
|
|
||||||
namespace Core {
|
namespace Core {
|
||||||
class System;
|
class System;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class ConfigureUi;
|
class ConfigureUi;
|
||||||
}
|
}
|
||||||
|
|
||||||
class ConfigureUi : public QWidget {
|
class ConfigureUi : public QWidget {
|
||||||
@@ -27,11 +28,13 @@ public:
|
|||||||
void UpdateScreenshotInfo(Settings::AspectRatio ratio,
|
void UpdateScreenshotInfo(Settings::AspectRatio ratio,
|
||||||
Settings::ResolutionSetup resolution_info);
|
Settings::ResolutionSetup resolution_info);
|
||||||
|
|
||||||
private slots:
|
|
||||||
void OnLanguageChanged(int index);
|
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void LanguageChanged(const QString& locale);
|
void LanguageChanged(const QString& locale);
|
||||||
|
void themeChanged();
|
||||||
|
|
||||||
|
private slots:
|
||||||
|
void OnLanguageChanged(int index);
|
||||||
|
void OnAccentColorButtonPressed();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void RequestGameListUpdate();
|
void RequestGameListUpdate();
|
||||||
|
|||||||
Reference in New Issue
Block a user