Greetings
I’m trying to make a custom image .apk (I’ve got an android device that I unfortunately cannot root so i’m trying to ease the pain by of setup by building a non-setup image.)
I’ve tried a few things that didn’t work, then I dived into the file libretro.so (iirc) with a hex editor and saw that it looks to /home/.config then /etc for skeleton to generate retroarch.cfg. On android (and without root) these paths either don’t exist or cant be created. And I cant find where these default values can be set.
Anyone know where I can include a default config for new apk installs? Preferably located within the .apk.