mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Qt/HacksWidget: Fix slider not showing overridden settings
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user