Use correct home location for Blackberry. Hide /home/sacha paths.
This commit is contained in:
parent
a41e3d3432
commit
a5a69e9f67
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue