mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Change background color of dialogs to a more psp-like transparent gray. Can be tweaked further of course.
This commit is contained in:
parent
7b13477fda
commit
0eeca3e9e4
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ PSPDialog::DialogStatus PSPDialog::GetStatus()
|
|||
void PSPDialog::StartDraw()
|
||||
{
|
||||
PPGeBegin();
|
||||
PPGeDraw4Patch(I_BUTTON, 0, 0, 480, 272, CalcFadedColor(0xcFFFFFFF));
|
||||
PPGeDrawRect(0, 0, 480, 272, CalcFadedColor(0x90606060));
|
||||
}
|
||||
void PSPDialog::EndDraw()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue