diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2021-08-17 13:33:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-17 13:33:28 +0200 |
| commit | be80d381d27daf14ded507aaf9f173cdc1483046 (patch) | |
| tree | 015798dc827550fcc8b09947f44c6c3f8dae9d79 /platform/linuxbsd/os_linuxbsd.cpp | |
| parent | 45344c6a025b029ec864a6d9b7a1723fb43f4ab6 (diff) | |
| parent | 3a00ff1cce403bd879cbb7e1e826b0681d79fe0f (diff) | |
| download | redot-engine-be80d381d27daf14ded507aaf9f173cdc1483046.tar.gz | |
Merge pull request #50360 from m4gr3d/address_external_dir_access_master
Add support for Android scoped storage
Diffstat (limited to 'platform/linuxbsd/os_linuxbsd.cpp')
| -rw-r--r-- | platform/linuxbsd/os_linuxbsd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linuxbsd/os_linuxbsd.cpp b/platform/linuxbsd/os_linuxbsd.cpp index 08630be8b0..2c9801f512 100644 --- a/platform/linuxbsd/os_linuxbsd.cpp +++ b/platform/linuxbsd/os_linuxbsd.cpp @@ -273,7 +273,7 @@ String OS_LinuxBSD::get_cache_path() const { } } -String OS_LinuxBSD::get_system_dir(SystemDir p_dir) const { +String OS_LinuxBSD::get_system_dir(SystemDir p_dir, bool p_shared_storage) const { String xdgparam; switch (p_dir) { |
