Jump to content

Psychopete

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Psychopete got a reaction from martiinsiimon 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.
     
  2. Like
    Psychopete got a reaction from lanefu 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.
     
  3. Like
    Psychopete got a reaction from Igor 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.
     
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines