psp fix 3

This commit is contained in:
Anthony Calosa
2016-07-21 15:36:16 +08:00
parent f275792604
commit f996510969
3 changed files with 7 additions and 3 deletions

View File

@@ -151,7 +151,10 @@ void DeckMenu::RenderBackground()
bgFilename << backgroundName << ".png";
#if defined (PSP)
bgFilename << "psppspdeckmenu.png";
if(backgroundName == "menubgdeckeditor")
bgFilename << "pspmenubgdeckeditor.jpg";
else
bgFilename << "pspdeckmenu.png";
#endif
static bool loadBackground = true;