Hi again,
I have a couple of other minor issues if anybody could spare some time to help please? Thanks.
The issues are concerning Retroarch.
The first issue is that after compiling the build it creates directories in /storage/ and work directories in /.tmp/* for cores, assets etc. Retroarch looks for all the cores and assets in /.tmp/* by default but there's nothing in those folders so there are no cores or assets present when using Retroarch, I can set the directories in Retroarch settings but obviously I want it to point to the correct folders without having to set everything up manually. So can anybody explain to me how I can stop the build from creating multiple directories for all of these assets and just have Retroarch look for them in the correct directories from the get-go?
For example for cores, there are two directories created upon compiling:
/storage/cores
/storage/.tmp/cores-workdir
None of which actually contain any cores as the correct directory for them is in /usr/lib/libretro/ so I've no idea what's going on or why it's doing this so I'm just wondering how I could resolve it.
My second small issue is that when quitting Retroarch it boots into EmulationStation by default, there is an 'exit' patch in the RetroArch package directory where it makes RetroArch look for a line in the Retroarch config file that looks like this:
sx05re_exit_to_kodi = True
But this line doesn't exist in the Retroarch config, is there a way I can compile with this line added, or if possible, is there a way I can set Retroarch to quit to either Kodi or EmulationStation depending on where it was launched from?
Thanks for any advice that can be offered. I hope I've explained my issues well enough for you to understand.