diff --git a/Qt/PPSSPP.pro b/Qt/PPSSPP.pro index b1de4d391e..b5a3d78bdd 100755 --- a/Qt/PPSSPP.pro +++ b/Qt/PPSSPP.pro @@ -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 diff --git a/UI/NativeApp.cpp b/UI/NativeApp.cpp index a0b840e04e..fc11b86953 100644 --- a/UI/NativeApp.cpp +++ b/UI/NativeApp.cpp @@ -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();