BIN
projects/mtg/bin/Res/graphics/pspmagic.png
Normal file
BIN
projects/mtg/bin/Res/graphics/pspmagic.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
projects/mtg/bin/Res/graphics/pspmenubgdeckeditor.jpg
Normal file
BIN
projects/mtg/bin/Res/graphics/pspmenubgdeckeditor.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
@@ -11,7 +11,7 @@
|
|||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
#if defined (PSP)
|
#if defined (PSP)
|
||||||
#define HUGE_CACHE_LIMIT 20000000 // Size of the cache for PSP (in bytes) - old value is 20mb - reverted
|
#define HUGE_CACHE_LIMIT 25000000 // Size of the cache for PSP (in bytes) - old value is 20mb - reverted
|
||||||
#else
|
#else
|
||||||
#define HUGE_CACHE_LIMIT 60000000 // Size of the cache for Windows and Linux (in bytes) - old value is 20mb increased to 60mb
|
#define HUGE_CACHE_LIMIT 60000000 // Size of the cache for Windows and Linux (in bytes) - old value is 20mb increased to 60mb
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -151,7 +151,10 @@ void DeckMenu::RenderBackground()
|
|||||||
bgFilename << backgroundName << ".png";
|
bgFilename << backgroundName << ".png";
|
||||||
|
|
||||||
#if defined (PSP)
|
#if defined (PSP)
|
||||||
bgFilename << "psppspdeckmenu.png";
|
if(backgroundName == "menubgdeckeditor")
|
||||||
|
bgFilename << "pspmenubgdeckeditor.jpg";
|
||||||
|
else
|
||||||
|
bgFilename << "pspdeckmenu.png";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static bool loadBackground = true;
|
static bool loadBackground = true;
|
||||||
|
|||||||
@@ -842,12 +842,13 @@ void ResourceManagerImpl::InitFonts(const std::string& inLang)
|
|||||||
LoadWFont("pspsimon", 11, Fonts::MAIN_FONT + idOffset);
|
LoadWFont("pspsimon", 11, Fonts::MAIN_FONT + idOffset);
|
||||||
GetWFont(Fonts::MAIN_FONT)->SetTracking(-1);
|
GetWFont(Fonts::MAIN_FONT)->SetTracking(-1);
|
||||||
LoadWFont("pspf3", 16, Fonts::MENU_FONT + idOffset);
|
LoadWFont("pspf3", 16, Fonts::MENU_FONT + idOffset);
|
||||||
|
LoadWFont("pspmagic", 16, Fonts::MAGIC_FONT + idOffset);
|
||||||
#else
|
#else
|
||||||
LoadWFont("simon", 11, Fonts::MAIN_FONT + idOffset);
|
LoadWFont("simon", 11, Fonts::MAIN_FONT + idOffset);
|
||||||
GetWFont(Fonts::MAIN_FONT)->SetTracking(-1);
|
GetWFont(Fonts::MAIN_FONT)->SetTracking(-1);
|
||||||
LoadWFont("f3", 16, Fonts::MENU_FONT + idOffset);
|
LoadWFont("f3", 16, Fonts::MENU_FONT + idOffset);
|
||||||
#endif
|
|
||||||
LoadWFont("magic", 16, Fonts::MAGIC_FONT + idOffset);
|
LoadWFont("magic", 16, Fonts::MAGIC_FONT + idOffset);
|
||||||
|
#endif
|
||||||
LoadWFont("smallface", 7, Fonts::SMALLFACE_FONT + idOffset);
|
LoadWFont("smallface", 7, Fonts::SMALLFACE_FONT + idOffset);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user