Add DoState() to scePsmfPlayer .

This commit is contained in:
raven02
2013-01-19 21:07:50 +08:00
parent 229d4e9f32
commit b0868613bb
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ PSPDialog::DialogStatus PSPDialog::GetStatus()
void PSPDialog::StartDraw()
{
PPGeBegin();
PPGeDrawRect(0, 0, 480, 272, CalcFadedColor(0x90606060));
PPGeDrawRect(0, 0, 480, 272, CalcFadedColor(0x00606060));
}
void PSPDialog::EndDraw()
{