mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
R/B was swapped in the clear color. Also updates native with consistency fix.
Fixes native issue 254.
This commit is contained in:
parent
4ec9f758ea
commit
aa31bcc6ae
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ void DrawBackground(UIContext &dc, float alpha = 1.0f) {
|
|||
last_yres = yres;
|
||||
}
|
||||
|
||||
dc.GetThin3DContext()->Clear(T3DClear::COLOR | T3DClear::DEPTH | T3DClear::STENCIL, 0xff224477, 0.0, 0);
|
||||
dc.GetThin3DContext()->Clear(T3DClear::COLOR | T3DClear::DEPTH | T3DClear::STENCIL, 0xff774422, 0.0, 0);
|
||||
int img = I_BG;
|
||||
#ifdef GOLD
|
||||
img = I_BG_GOLD;
|
||||
|
|
2
native
2
native
|
@ -1 +1 @@
|
|||
Subproject commit 9f490ddb0fc0b40ab4e080613ef170f9c30dbf7b
|
||||
Subproject commit 6ec765dcf4a1dd26c99b39961e487b84eedfcf91
|
Loading…
Add table
Reference in a new issue