diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-07-08 23:21:08 +0200 |
|---|---|---|
| committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-07-09 02:08:08 +0200 |
| commit | fd09be5496b742b61c0ee1babf0012d2dafa196d (patch) | |
| tree | ab1ec6ed83a513573d1501675714aec1a69d374e /src/yuzu/main.h | |
| parent | 5edc96f4a47bff64cfd97f0c91e42b56ab58b2d7 (diff) | |
Settings: Eliminate ASYNC & MULTICORE Toggles and add GPU Accuracy Toggle.
Diffstat (limited to 'src/yuzu/main.h')
| -rw-r--r-- | src/yuzu/main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 45c8310e1..15e4deab9 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -291,6 +291,7 @@ private: void UpdateWindowTitle(std::string_view title_name = {}, std::string_view title_version = {}, std::string_view gpu_vendor = {}); void UpdateStatusBar(); + void UpdateGPUAccuracyButton(); void UpdateStatusButtons(); void UpdateUISettings(); void HideMouseCursor(); @@ -316,8 +317,7 @@ private: QLabel* emu_speed_label = nullptr; QLabel* game_fps_label = nullptr; QLabel* emu_frametime_label = nullptr; - QPushButton* async_status_button = nullptr; - QPushButton* multicore_status_button = nullptr; + QPushButton* gpu_accuracy_button = nullptr; QPushButton* renderer_status_button = nullptr; QPushButton* dock_status_button = nullptr; QTimer status_bar_update_timer; |
