yuzu: ui: Improve battery symbols

This commit is contained in:
Narr the Reg 2022-02-02 12:22:22 -06:00
parent c597d37bbf
commit 2198237e42
4 changed files with 59 additions and 39 deletions

View file

@ -72,6 +72,7 @@ private:
ZL,
ZR,
SR,
Charging,
};
struct ColorMapping {
@ -94,6 +95,7 @@ private:
QColor slider_button{};
QColor slider_arrow{};
QColor deadzone{};
QColor charging{};
};
void UpdateColors();