aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorCJBok <cjbok@ziggo.nl>2020-01-28 23:59:30 +0100
committerCJBok <cjbok@ziggo.nl>2020-01-28 23:59:30 +0100
commit4bc4fdf5ff69e8a8eeb7e62635c50ea4c84eb952 (patch)
tree1fe70c7485464f8e31af3a04a624af035c671fb7 /src/yuzu/main.h
parentc457e47297c1ea9bd723907b11e402f9b9dd3796 (diff)
GUI: Togglable graphics settings buttons in status bar
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index a56f9a981..537c7d5ed 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -27,6 +27,7 @@ class LoadingScreen;
class MicroProfileDialog;
class ProfilerWidget;
class QLabel;
+class QPushButton;
class WaitTreeWidget;
enum class GameListOpenTarget;
class GameListPlaceholder;
@@ -229,6 +230,9 @@ private:
QLabel* emu_speed_label = nullptr;
QLabel* game_fps_label = nullptr;
QLabel* emu_frametime_label = nullptr;
+ QPushButton* async_status_button = nullptr;
+ QPushButton* renderer_status_button = nullptr;
+ QPushButton* dock_status_button = nullptr;
QTimer status_bar_update_timer;
std::unique_ptr<Config> config;