guys, I have setup my mum with retroarch on her raspberrypi 4 running raspbian
i followed (mainly) this guide guide on github
which is where i ended after searching on the raspberrypi site raspberrypi forum
retroarch is fine with only one minor glitch: i have no audio i tried setting the device as per the output from aplay -L (both in the GUI and editing retroarch.cfg) but i cannot get any audio at all (i know the audio is fine since it works in other applications…)
at this point im thinking that i might have messed up the ./configure part of the compilation i am not sure 100% of the cflags that i used (i know… very silly…) so i have some questions, mainly because it is the first time i compile something important from source:
- is there any command that i can run to find out what settings i used for compilation? so that i can backtrack my steps… i believe this might be my configs:
CFLAGS="-mfpu=neon" ./configure --enable-alsa --enable-udev --enable-neon --disable-videocore --disable-opengl1
-
if i disintall retroarch, re-run the compilation in the same folder but with a different set of configs and re-install, should i expect that i will have to run though the initial setup of retroarch or the existing settings will be kept ? (i will make a copy anyway i am trying to learn from my mistakes… )
-
following the guide i installed retroarch 1.7.7, this is mainly because it is the latest i could find when i started this project. Maybe installing 1.8.4 would help, i can try to do that, does anyone has any recommendation/suggestion to share?
thanks a lot M