diff options
Diffstat (limited to 'path_functions.cpp')
| -rw-r--r-- | path_functions.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/path_functions.cpp b/path_functions.cpp index d76a6a03..7f0b83cb 100644 --- a/path_functions.cpp +++ b/path_functions.cpp @@ -13,6 +13,8 @@ QString AOApplication::get_base_path() return "E:/AO/client/base/"; #elif defined(OMNI_WIN_DEBUG2) return "F:/winshare/AO/client/base/"; +#elif defined(ANDROID) + return "/storage/extSdCard/AO2/"; #else return (QDir::currentPath() + "/base/"); #endif |
