Andrés

Results 168 comments of Andrés

Hey, did you have a chance to take a look?

ahh, ok, well let me know if I can do anything :)

``` RetroArch's system folder, /storage/emulated/0/RetroArch, will no longer be accessible once the app targets SDK 30. We can gain access to the folder back by making a call to the...

@farmerbb from my testing, once you get permissions you can just read the files no problem. I already achieved that even though it's supposedly impossible. This PR has code that...

@farmerbb I didn't mean the medistore API, /sdcard/Android/media is world readable, so we can switch to that location, that's shared storage. I was the one who made it use /sdcard/RetroArch...

> > Maybe it would be a good temporary solution to gain SD card access by just adding a virtual directory "SD-Card" > > A good solution is to just...

> Any update on this? > > The latest nightly build as of writing (`2022-07-13`, aka `1.10.3_GIT (1657707401)`) still targets API 28. I can see that a contributor picks this...

@farmerbb for the system folder, I think the best solution is to switch this over from ``` /storage/emulated/0/RetroArch -> for user data /storage/emulated/0/Android/data/com.retroarch/files -> for the main config ``` to...