
Reicast test on RPI 4 + compilation instructions
Hi ! I have some problems with the controls but the games seems to run great. I dont get why it runs full speed even when we are not at 60 fps, but they run full speed,at least from what I cant feel, but maybe you think different.
the compilation process seems to be very simple on these emulator, hope you achieve it:
cd /home/pi/Desktop
git clone https://github.com/reicast/reicast-emulator.git
cd /reicast-emulator/reicast/linux
make -j4
if something happens its because you need some deps than I have installed already, so install it from the repo.
tip: remember to use "TAB" when doing sudo apt install to complete and search for packages on your raspbian,
that way you will find the needed deps easily. libraries always start his name like "lib", for example libsdl2
(but ive recommend than you compiled libsdl2 if its needed for this emulator)