mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Deploy fonts from assets folder on Symbian.
Should be copied from flash0 or from your PSP.
This commit is contained in:
parent
bce3295950
commit
d6fb8b3872
@ -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
|
||||
|
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user