Jump to content

EmulationStation


Psychopete

Recommended Posts

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. :blink:
 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines