summaryrefslogtreecommitdiffstats
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-11-26 15:49:53 +0100
committerGitHub <noreply@github.com>2023-11-26 15:49:53 +0100
commit257a1c884d078f84e8ce7c240eefeb123e6bae75 (patch)
treef3b0842f7f44917d6df5f6f2feef2b83c781fe6c /src/yuzu/main.h
parentMerge pull request #12175 from abouvier/unbundle-simpleini (diff)
parentyuzu: Display firmware version (diff)
downloadyuzu-257a1c884d078f84e8ce7c240eefeb123e6bae75.tar
yuzu-257a1c884d078f84e8ce7c240eefeb123e6bae75.tar.gz
yuzu-257a1c884d078f84e8ce7c240eefeb123e6bae75.tar.bz2
yuzu-257a1c884d078f84e8ce7c240eefeb123e6bae75.tar.lz
yuzu-257a1c884d078f84e8ce7c240eefeb123e6bae75.tar.xz
yuzu-257a1c884d078f84e8ce7c240eefeb123e6bae75.tar.zst
yuzu-257a1c884d078f84e8ce7c240eefeb123e6bae75.zip
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index c989c079d..e99d58995 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -458,6 +458,7 @@ private:
bool CheckDarkMode();
bool CheckSystemArchiveDecryption();
bool CheckFirmwarePresence();
+ void SetFirmwareVersion();
void ConfigureFilesystemProvider(const std::string& filepath);
/**
* Open (or not) the right confirm dialog based on current setting and game exit lock
@@ -512,6 +513,7 @@ private:
QLabel* game_fps_label = nullptr;
QLabel* emu_frametime_label = nullptr;
QLabel* tas_label = nullptr;
+ QLabel* firmware_label = nullptr;
QPushButton* gpu_accuracy_button = nullptr;
QPushButton* renderer_status_button = nullptr;
QPushButton* dock_status_button = nullptr;