mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-26 08:55:58 +00:00
Core: Fix PPGe text drawing with missing icon.
This commit is contained in:
parent
97620d4cca
commit
53a8e4213d
@ -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…
x
Reference in New Issue
Block a user