diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-05-08 14:11:45 -0400 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-21 10:56:07 -0400 |
commit | 39a1ffbb91a026fd3842f55ebca222db50afea41 (patch) | |
tree | 98b15c5936b3a909edddb5b956d4e7dd680e7f49 /src/yuzu/configuration/configure_graphics.h | |
parent | d72ff0172661c0e10308d7000c4fef57cdb94d90 (diff) |
configuration: Use buttons instead of highlights
Only for updated configs at the moment
Diffstat (limited to 'src/yuzu/configuration/configure_graphics.h')
-rw-r--r-- | src/yuzu/configuration/configure_graphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_graphics.h b/src/yuzu/configuration/configure_graphics.h index c226e825b..12a588127 100644 --- a/src/yuzu/configuration/configure_graphics.h +++ b/src/yuzu/configuration/configure_graphics.h @@ -85,6 +85,7 @@ private: const Core::System& system; const ConfigurationShared::TranslationMap& translations; + QPushButton* api_restore_global_button; QComboBox* vulkan_device_combobox; QComboBox* api_combobox; QComboBox* shader_backend_combobox; |