aboutsummaryrefslogtreecommitdiff
path: root/path_functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'path_functions.cpp')
-rw-r--r--path_functions.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/path_functions.cpp b/path_functions.cpp
index 8b9ff476..e9476d56 100644
--- a/path_functions.cpp
+++ b/path_functions.cpp
@@ -12,6 +12,8 @@ QString AOApplication::get_base_path()
{
#ifdef BASE_OVERRIDE
return base_override;
+#elif defined(ANDROID)
+ return "/storage/extSdCard/AO2/";
#else
return QDir::currentPath() + "/base/";
#endif