1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-11 00:36:35 -05:00

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

This commit is contained in:
tech4me
2018-09-08 16:57:19 -07:00
parent af074ee422
commit 3dcedb36b4
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;
};