mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add 'lang' directory for Symbian and Meego
This commit is contained in:
parent
1662908446
commit
dd8f1b3c27
2 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ PRE_TARGETDEPS += compiler_lang_make_all
|
|||
# Packaging
|
||||
symbian {
|
||||
deploy.pkg_prerules = "$${LITERAL_HASH}{\"PPSSPP\"}, (0xE0095B1D), 0, 7, 5, TYPE=SA" "%{\"Qtness\"}" ":\"Qtness\""
|
||||
assets.sources = ../assets/flash
|
||||
assets.sources = ../assets/flash ../lang
|
||||
assets.path = E:/PPSSPP
|
||||
DEPLOYMENT += deploy assets
|
||||
ICON = ../assets/icon.svg
|
||||
|
@ -87,7 +87,7 @@ symbian {
|
|||
|
||||
contains(MEEGO_EDITION,harmattan) {
|
||||
target.path = /opt/PPSSPP/bin
|
||||
assets.files = ../assets/flash
|
||||
assets.files = ../assets/flash ../lang
|
||||
assets.path = /opt/PPSSPP
|
||||
desktopfile.files = PPSSPP.desktop
|
||||
desktopfile.path = /usr/share/applications
|
||||
|
|
|
@ -211,8 +211,8 @@ void NativeInit(int argc, const char *argv[], const char *savegame_directory, co
|
|||
#else
|
||||
VFSRegister("", new DirectoryAssetReader("assets/"));
|
||||
#endif
|
||||
VFSRegister("", new DirectoryAssetReader(user_data_path.c_str()));
|
||||
#endif
|
||||
VFSRegister("", new DirectoryAssetReader(user_data_path.c_str()));
|
||||
|
||||
host = new NativeHost();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue