mirror of
https://github.com/yawut/SDL.git
synced 2026-08-28 03:34:44 -05:00
Removed more partially functional renderers
This commit is contained in:
@@ -287,8 +287,6 @@
|
||||
#undef SDL_VIDEO_RENDER_D3D
|
||||
#undef SDL_VIDEO_RENDER_OGL
|
||||
#undef SDL_VIDEO_RENDER_OGL_ES
|
||||
#undef SDL_VIDEO_RENDER_GAPI
|
||||
#undef SDL_VIDEO_RENDER_DDRAW
|
||||
|
||||
/* Enable OpenGL support */
|
||||
#undef SDL_VIDEO_OPENGL
|
||||
|
||||
@@ -178,11 +178,7 @@ typedef unsigned int uintptr_t;
|
||||
#define SDL_VIDEO_DRIVER_DUMMY 1
|
||||
#define SDL_VIDEO_DRIVER_WINDOWS 1
|
||||
|
||||
#ifdef _WIN32_WCE
|
||||
#ifndef SDL_VIDEO_RENDER_GAPI
|
||||
#define SDL_VIDEO_RENDER_GAPI 1
|
||||
#endif
|
||||
#else
|
||||
#ifndef _WIN32_WCE
|
||||
#ifndef SDL_VIDEO_RENDER_D3D
|
||||
#define SDL_VIDEO_RENDER_D3D 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user