mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-03 00:28:27 +00:00
Should now show game in the background
This commit is contained in:
parent
dc43941b12
commit
2f28acb3a9
@ -75,10 +75,10 @@ const GLfloat ZUI_BG_PANEL[] = {
|
|||||||
0, 0, 0, 0.25,
|
0, 0, 0, 0.25,
|
||||||
};
|
};
|
||||||
const GLfloat ZUI_BG_SCREEN[] = {
|
const GLfloat ZUI_BG_SCREEN[] = {
|
||||||
0.07, 0.19, 0.26, 1,
|
0.07, 0.19, 0.26, 0.75,
|
||||||
0.07, 0.19, 0.26, 1,
|
0.07, 0.19, 0.26, 0.75,
|
||||||
0.15, 0.31, 0.47, 1,
|
0.15, 0.31, 0.47, 0.75,
|
||||||
0.15, 0.31, 0.47, 1,
|
0.15, 0.31, 0.47, 0.75,
|
||||||
};
|
};
|
||||||
const GLfloat ZUI_BG_HILITE[] = {
|
const GLfloat ZUI_BG_HILITE[] = {
|
||||||
0.22, 0.60, 0.74, 1,
|
0.22, 0.60, 0.74, 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user