mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 07:25:46 +00:00
yuzu: ui: Improve battery symbols
This commit is contained in:
parent
c597d37bbf
commit
2198237e42
4 changed files with 59 additions and 39 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue