Deploy fonts from assets folder on Symbian.

Should be copied from flash0 or from your PSP.
This commit is contained in:
Sacha 2013-03-04 23:29:51 +10:00
parent bce3295950
commit d6fb8b3872
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ mobile_platform {
# Packaging
symbian {
deploy.pkg_prerules = "$${LITERAL_HASH}{\"PPSSPP\"}, (0xE0095B1D), 0, 6, 1, TYPE=SA" "%{\"Qtness\"}" ":\"Qtness\""
assets.sources = ../android/assets/ui_atlas.zim ../assets/ppge_atlas.zim
assets.sources = ../android/assets/ui_atlas.zim ../assets/ppge_atlas.zim ../assets/flash
assets.path = E:/PPSSPP
DEPLOYMENT += deploy assets
ICON = ../assets/icon.svg

View File

@ -104,7 +104,7 @@ public:
virtual void ShutdownGL() {}
virtual void InitSound(PMixer *mixer);
virtual void UpdateSound() {};
virtual void UpdateSound() {}
virtual void ShutdownSound();
// this is sent from EMU thread! Make sure that Host handles it properly!