Pandora SDL2 Pandora patch


ptitSeb

Serial Porter
Joined
Aug 15, 2012
Messages
9,306
Age
51
Location
France, near Lyon
Here is my patch to SDL2, to make it run better on the Pandora.

Included are:

  • Support for raw screen mode
  • Support for Pandora keymap (could be improved)
  • Ability to Force GLES2 instead of GL (incase you have glshim visible to SDL)
  • New: Support for Nub as Joystick

To use GLES|2 instead of GL (glshim), use those 2 export: 

export SDL_VIDEO_GLES2=1
export SDL_VIDEO_GL_DRIVER=libGLESv2.so


Here is the patch: 

SDL_pandora.tar.gz
 

Attachments

  • SDL_pandora.tar.gz
    10.9 KB · Views: 456
Last edited by a moderator:
Not in it's current state it's too hacky.

It need proprer Plateform switch in the configure, and most off the hack garded behind some ifdef first.
 
Back
Top