mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 08:39:51 +00:00
More UI tweaks (better title font for popups for example)
This commit is contained in:
parent
8b99d999ed
commit
b0c0911dca
@ -429,6 +429,7 @@ void NativeInitGraphics() {
|
||||
ui_theme.itemFocusedStyle.background = UI::Drawable(0xCC909080);
|
||||
ui_theme.itemDownStyle.background = UI::Drawable(0xFFFFc080);
|
||||
ui_theme.itemDownStyle.fgColor = 0xFF000000;
|
||||
ui_theme.popupTitle.fgColor = 0xFFE5B533;
|
||||
|
||||
ui_draw2d.Init();
|
||||
ui_draw2d_front.Init();
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit 1be5ce83d732c4ebf3179ada40ef895586cb875e
|
||||
Subproject commit 357966447d0eb9560dc5477cd8654c246eae2a8f
|
Loading…
Reference in New Issue
Block a user