mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 11:45:18 +02:00
Add DoState() to scePsmfPlayer .
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user