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