mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
(Playbook) request 'access to shared files' so that we can read
ROMs from internal storage
This commit is contained in:
parent
f11ccfc108
commit
dbdb345c78
@ -67,7 +67,7 @@ int rarch_main(int argc, char *argv[])
|
||||
args.verbose = g_extern.verbose;
|
||||
args.sram_path = NULL;
|
||||
args.state_path = NULL;
|
||||
args.rom_path = "/accounts/1000/appdata/com.RetroArch.testDev_m_RetroArch181dafc7/app/native/test.rom";
|
||||
args.rom_path = "/accounts/1000/shared/documents/roms/test.rom";
|
||||
args.libretro_path = "/accounts/1000/appdata/com.RetroArch.testDev_m_RetroArch181dafc7/app/native/lib/test.so";
|
||||
args.config_path = "/accounts/1000/appdata/com.RetroArch.testDev_m_RetroArch181dafc7/app/native/retroarch.cfg";
|
||||
|
||||
|
@ -49,7 +49,6 @@
|
||||
<category>core.games</category>
|
||||
<asset path="icon.png">icon.png</asset>
|
||||
<asset path="retroarch.cfg">retroarch.cfg</asset>
|
||||
<asset path="test.rom">test.rom</asset>
|
||||
<asset path="test.so">lib/test.so</asset>
|
||||
|
||||
<!-- <asset path="LICENSE">LICENSE</asset> -->
|
||||
@ -95,7 +94,7 @@
|
||||
<action system="true">run_native</action>
|
||||
|
||||
<!-- The permissions requested by your application. -->
|
||||
<!-- <action>access_shared</action> -->
|
||||
<action>access_shared</action>
|
||||
<!-- <action>record_audio</action> -->
|
||||
<!-- <action>read_geolocation</action> -->
|
||||
<!-- <action>use_camera</action> -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user