Change background color of dialogs to a more psp-like transparent gray. Can be tweaked further of course.

This commit is contained in:
Henrik Rydgard 2013-01-19 10:10:26 +01:00
parent 7b13477fda
commit 0eeca3e9e4

View file

@ -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()
{