Qt/HacksWidget: Fix slider not showing overridden settings

This commit is contained in:
spycrab
2018-05-17 22:36:34 +02:00
parent f51eba9e79
commit 5e3d7dc162
2 changed files with 19 additions and 1 deletions

View File

@ -8,6 +8,7 @@
class GraphicsWindow;
class QCheckBox;
class QLabel;
class QRadioButton;
class QSlider;
@ -29,6 +30,7 @@ private:
QCheckBox* m_store_efb_copies;
// Texture Cache
QLabel* m_accuracy_label;
QSlider* m_accuracy;
QCheckBox* m_gpu_texture_decoding;