mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 10:39:45 -06:00
Android: Use app-specific directory as User folder by default
This lets Dolphin function without the user granting access to external storage. We need this for scoped storage compatibility. When scoped storage is not active, we still ask for permission to access external storage the first time the app is started so that we can use the existing dolphin-emu folder if there is one. But if it doesn't exist, or the user denies the permission, or scoped storage is active, the app-specific directory will be used instead.
This commit is contained in:
@ -481,7 +481,6 @@ It can efficiently compress both junk data and encrypted Wii data.
|
||||
<!-- Rumble -->
|
||||
<string name="rumble_not_found">Device rumble not found</string>
|
||||
|
||||
<string name="write_permission_needed">You need to allow write access to external storage for the emulator to work</string>
|
||||
<string name="load_settings">Loading Settings...</string>
|
||||
<string name="setting_not_runtime_editable">This setting can\'t be changed while a game is running.</string>
|
||||
<string name="setting_clear_info">Long press a setting to clear it.</string>
|
||||
|
Reference in New Issue
Block a user