Vegz78 / McAirpos

MakeCode Arcade games in RetroPie, Recalbox 7/8 and Batocera, running natively as ELF executables on Raspberry Pi OS/Linux ARM with 1-2 gamepads
https://Vegz78.github.io/McAirpos
MIT License
80 stars 10 forks source link

Paths for launCharc and helper files(fixed) #1

Closed Vegz78 closed 3 years ago

Vegz78 commented 3 years ago

Just discovered a bug with relative paths inside launCharc.c, which meant that EmulationStation had to be run from a particular folder inside the repo, for McAirpos to work.

I have now hardcoded these paths inside launCharc to absolute, so that McAirpos will work for every working directory of EmulationStation.

But the repo must be installed to /home/pi with launCharc and helper files under /home/pi/McAirpos/McAirpos/ etc.

Sorry for the inconvenience so far, and maybe I will update with a more generic fix/installation script later.

Br, Vegard