Settings: Eliminate ASYNC & MULTICORE Toggles and add GPU Accuracy Toggle.

This commit is contained in:
Fernando Sahmkow
2021-07-08 23:21:08 +02:00
parent 5edc96f4a4
commit fd09be5496
5 changed files with 108 additions and 40 deletions

View File

@ -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;