Qt: Redesign graphics settings panel

Add screenshot format/type.
This commit is contained in:
Stenzek
2024-03-02 19:08:38 +10:00
parent b8127facdc
commit 04b837a418
38 changed files with 2467 additions and 1572 deletions

View File

@@ -286,6 +286,9 @@ bool DownloadFileFromZip(QWidget* parent, const QString& title, std::string url,
/// Thread-safe settings access.
void QueueSettingsSave();
/// Returns true if the debug menu and functionality should be shown.
bool ShouldShowDebugOptions();
/// VM state, safe to access on UI thread.
bool IsSystemValid();
bool IsSystemPaused();