diff --git a/UI/MainScreen.cpp b/UI/MainScreen.cpp index ca269f2aa1..deaf918252 100644 --- a/UI/MainScreen.cpp +++ b/UI/MainScreen.cpp @@ -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 diff --git a/native b/native index a54d58f8e3..b04f2d4c45 160000 --- a/native +++ b/native @@ -1 +1 @@ -Subproject commit a54d58f8e350bdf3b1fb30f7c70da204dc51eb4f +Subproject commit b04f2d4c45264e448fe7b506756d65f67e6170d0