mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Quick Save Dialog workaround.
This commit is contained in:
parent
96a15b893c
commit
e52ac677c0
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ PSPDialog::DialogStatus PSPDialog::GetStatus()
|
||||||
void PSPDialog::StartDraw()
|
void PSPDialog::StartDraw()
|
||||||
{
|
{
|
||||||
PPGeBegin();
|
PPGeBegin();
|
||||||
|
PPGeDrawRect(0, 0, 480, 272, CalcFadedColor(0x80000000));
|
||||||
}
|
}
|
||||||
|
|
||||||
void PSPDialog::EndDraw()
|
void PSPDialog::EndDraw()
|
||||||
|
|
Loading…
Add table
Reference in a new issue