Backport changes from yuzu-emu/yuzu#2057

This commit is contained in:
FearlessTobi 2019-09-22 17:47:18 +02:00
parent 0a3f75c25f
commit a5d880979c
2 changed files with 15 additions and 11 deletions

View file

@ -22,6 +22,8 @@ public:
void RetranslateUI();
void SetConfiguration();
void UpdateBackgroundColorButton(QColor color);
std::unique_ptr<Ui::ConfigureGraphics> ui;
QColor bg_color;