MARKS_FIXES.TXt 412 B

123456789101112
  1. * SDL_windowsopengles.c - enabled SwapInterval.
  2. * SDL_windowsopengl.c - Disabled "_this->gl_data->HAS_WGL_EXT_create_context_es2_profile = SDL_TRUE;" so angle always used for gles20.
  3. * SDL_events.c - used semaphore for WaitEvent instead SDL_Delay( 10 )!
  4. * SDL_timer.c - fixed 'slippage' bug.
  5. * SDL_dynapi_procs.h - commented out references to direct3d.
  6. * SDL_rpiopengles.c - Added call to bcm_host_init();