From e52ac677c0ec1d9f35d558a4e70b3f07761b7b0e Mon Sep 17 00:00:00 2001 From: aquanull Date: Tue, 11 Jun 2013 18:21:48 +0800 Subject: [PATCH] Quick Save Dialog workaround. --- Core/Dialog/PSPDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/Dialog/PSPDialog.cpp b/Core/Dialog/PSPDialog.cpp index 6369bb266c..b565c87d68 100644 --- a/Core/Dialog/PSPDialog.cpp +++ b/Core/Dialog/PSPDialog.cpp @@ -46,6 +46,7 @@ PSPDialog::DialogStatus PSPDialog::GetStatus() void PSPDialog::StartDraw() { PPGeBegin(); + PPGeDrawRect(0, 0, 480, 272, CalcFadedColor(0x80000000)); } void PSPDialog::EndDraw()