mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-31 13:52:21 +00:00
Accelerometer support for Blackberry. Hardcode the path for fonts.
This commit is contained in:
parent
29504da03b
commit
6321e488b4
@ -253,7 +253,11 @@ void NativeInit(int argc, const char *argv[], const char *savegame_directory, co
|
||||
g_Config.flashDirectory = std::string(external_directory)+"/flash/";
|
||||
#elif defined(BLACKBERRY) || defined(__SYMBIAN32__) || defined(IOS)
|
||||
g_Config.memCardDirectory = user_data_path;
|
||||
#ifdef BLACKBERRY
|
||||
g_Config.flashDirectory = "app/native/assets/flash/";
|
||||
#else
|
||||
g_Config.flashDirectory = user_data_path+"/flash/";
|
||||
#endif
|
||||
#else
|
||||
g_Config.memCardDirectory = std::string(getenv("HOME"))+"/.ppsspp/";
|
||||
g_Config.flashDirectory = g_Config.memCardDirectory+"/flash/";
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit 99646849208340805dc6e2510ec342b2fcb5a0a7
|
||||
Subproject commit e0d107ad2063e6ec878e1b24889b9d949ee8d6a6
|
Loading…
x
Reference in New Issue
Block a user