From 0eeca3e9e4abc0cc55b8880c85e7a91c921d3382 Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Sat, 19 Jan 2013 10:10:26 +0100 Subject: [PATCH] Change background color of dialogs to a more psp-like transparent gray. Can be tweaked further of course. --- Core/Dialog/PSPDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Dialog/PSPDialog.cpp b/Core/Dialog/PSPDialog.cpp index b07c45a2be..8871509e81 100644 --- a/Core/Dialog/PSPDialog.cpp +++ b/Core/Dialog/PSPDialog.cpp @@ -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() {