DeSmuME is a Nintendo DS emulator
Go to file
riccardom 80fd38374f Reinitialize GL after SDL_SetVideoMode
On some systems SDL_SetVideoMode resets OpenGL context,
dropping the screen texture and leading to glTexSubimage2D
failure when using the --opengl-2d switch.

Attached patch reinitialized OpenGL after window resize.

This is a forward port of Jakub Higersberger patch at
 #2839785. This fix the broken resize with cli frontend
reported in #3195218.
2011-03-16 21:42:53 +00:00
desmume Reinitialize GL after SDL_SetVideoMode 2011-03-16 21:42:53 +00:00
tools add vram test 2011-02-01 22:29:47 +00:00