martiinsiimon reacted to
Psychopete in EmulationStation
Thanks for the hard work on Armbian. I finally got the EmulationStation GUI to run under OpenGL ES @ ~88fps on OrangePI PC.
The trick was mostly building SDL2 from source and not installing it with apt-get per the instructions. Really want to avoid anything "mesa".
IIRC, I configured SDL2 with a similar command before making:
./configure --host=arm-linux-gnueabihf --disable-video-opengl
Then building EmulationStation from source using:
cmake -DGLSystem=OpenGL\ ES .
make
make install
FWIW I did symlink some shared objects into /usr/lib/ (like libMali.so)
Next is sorting out libretro stuff.