Quick Save Dialog workaround.

This commit is contained in:
aquanull 2013-06-11 18:21:48 +08:00
parent 96a15b893c
commit e52ac677c0

View File

@ -46,6 +46,7 @@ PSPDialog::DialogStatus PSPDialog::GetStatus()
void PSPDialog::StartDraw()
{
PPGeBegin();
PPGeDrawRect(0, 0, 480, 272, CalcFadedColor(0x80000000));
}
void PSPDialog::EndDraw()