mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Core: Fix PPGe text drawing with missing icon.
This commit is contained in:
parent
97620d4cca
commit
53a8e4213d
1 changed files with 1 additions and 2 deletions
|
@ -383,8 +383,7 @@ void PSPSaveDialog::DisplaySaveIcon()
|
|||
PPGeDisableTexture();
|
||||
}
|
||||
PPGeDrawImage(x, y, w, h, 0, 0, 1, 1, tw, th, textureColor);
|
||||
if (curSave.texture != NULL)
|
||||
PPGeSetDefaultTexture();
|
||||
PPGeSetDefaultTexture();
|
||||
}
|
||||
|
||||
void PSPSaveDialog::DisplaySaveDataInfo1()
|
||||
|
|
Loading…
Add table
Reference in a new issue