mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Use correct home location for Blackberry. Hide /home/sacha paths.
This commit is contained in:
parent
a41e3d3432
commit
a5a69e9f67
@ -262,6 +262,8 @@ UI::EventReturn GameBrowser::HomeClick(UI::EventParams &e) {
|
||||
if (!folder.size())
|
||||
return UI::EVENT_DONE;
|
||||
path_.SetPath(folder);
|
||||
#elif defined(BLACKBERRY)
|
||||
path_.SetPath("/accounts/1000/shared/misc");
|
||||
#else
|
||||
path_.SetPath(getenv("HOME"));
|
||||
#endif
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit a54d58f8e350bdf3b1fb30f7c70da204dc51eb4f
|
||||
Subproject commit b04f2d4c45264e448fe7b506756d65f67e6170d0
|
Loading…
Reference in New Issue
Block a user