psp fix 3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user