Port Citra #4047 & #4052: add change background color support

This commit is contained in:
tech4me 2018-09-08 16:57:19 -07:00
parent 30dadd27a2
commit 2855533e5a
6 changed files with 46 additions and 0 deletions

View file

@ -25,4 +25,5 @@ private:
private:
std::unique_ptr<Ui::ConfigureGraphics> ui;
QColor bg_color;
};