diff options
author | Narr the Reg <[email protected]> | 2023-11-24 11:53:31 -0600 |
---|---|---|
committer | Narr the Reg <[email protected]> | 2023-11-24 12:58:07 -0600 |
commit | 2d4e7c826422fdbfa7e0ba837ab65f58801e3251 (patch) | |
tree | e05af3ee6da362eb51d626cf9802d154b5e0be87 /src/yuzu/main.h | |
parent | 91c12db07098625756338e682a4d300a27d7978c (diff) | |
download | yuzu-mainline-2d4e7c826422fdbfa7e0ba837ab65f58801e3251.tar.gz yuzu-mainline-2d4e7c826422fdbfa7e0ba837ab65f58801e3251.zip |
yuzu: Display firmware version
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 49ee1e1d2..0c8b7606d 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -457,6 +457,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 @@ -511,6 +512,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; |