mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 06:34:16 +00:00
add 1 more predefined path for android
This commit is contained in:
parent
e88487c8fd
commit
dd544fef9a
2 changed files with 2 additions and 2 deletions
|
@ -271,7 +271,7 @@ public class FileBrowser {
|
|||
{
|
||||
if (Application.platform == RuntimePlatform.Android)
|
||||
{
|
||||
return new string[]{"/", "/sdcard/", "/storage/sdcard0/", "/storage/emulated/0/"};
|
||||
return new string[]{"/", "/sdcard/", "/storage/sdcard0/", "/storage/sdcard1/", "/storage/emulated/0/"};
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
- Chat
|
||||
|
||||
- Android: touch input is required ; add some predefined folders in file browser ; HUD must run before other UI scripts ; add perms for read/write access to storage ;
|
||||
- Android: touch input is required ; add some predefined folders in file browser ; HUD must run before other UI scripts ; add perms for read/write access to storage ; forbid screen rotation ; vibrate when ped is damaged ;
|
||||
|
||||
- Play sounds: horn ; empty weapon slot ; ped damage ; footsteps in run and sprint states ;
|
||||
|
||||
|
|
Loading…
Reference in a new issue