me is of beings retard
This commit is contained in:
parent
8b9d5e3ab7
commit
a14da4c541
@ -18,7 +18,7 @@ QString AOApplication::get_base_path()
|
|||||||
base_path = base_override;
|
base_path = base_override;
|
||||||
#elif defined(ANDROID)
|
#elif defined(ANDROID)
|
||||||
QString sdcard_storage = getenv("SECONDARY_STORAGE");
|
QString sdcard_storage = getenv("SECONDARY_STORAGE");
|
||||||
if (dir_exists(sdcard_storage)){
|
if (dir_exists(sdcard_storage + "/AO2/")){
|
||||||
base_path = sdcard_storage + "/AO2/";
|
base_path = sdcard_storage + "/AO2/";
|
||||||
}else{
|
}else{
|
||||||
QString external_storage = getenv("EXTERNAL_STORAGE");
|
QString external_storage = getenv("EXTERNAL_STORAGE");
|
||||||
|
Loading…
Reference in New Issue
Block a user