Add 'lang' directory for Symbian and Meego

This commit is contained in:
Sacha 2013-04-23 23:23:34 +10:00
parent 1662908446
commit dd8f1b3c27
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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();