Use correct home location for Blackberry. Hide /home/sacha paths.

This commit is contained in:
Sacha 2013-11-20 01:25:36 +10:00
parent a41e3d3432
commit a5a69e9f67
2 changed files with 3 additions and 1 deletions

View File

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

@ -1 +1 @@
Subproject commit a54d58f8e350bdf3b1fb30f7c70da204dc51eb4f
Subproject commit b04f2d4c45264e448fe7b506756d65f67e6170d0