mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
Autobuild
This commit is contained in:
committed by
Sam Lantinga
parent
0131105408
commit
bd14aa633f
@@ -138,12 +138,14 @@
|
||||
#define SDL_VIDEO_DRIVER_VITA 1
|
||||
#define SDL_FILESYSTEM_VITA 1
|
||||
|
||||
|
||||
//#define SDL_VIDEO_RENDER_VITA_GLES2 1
|
||||
#define SDL_VIDEO_RENDER_VITA_GXM 1
|
||||
#if defined(_VITA_GLES2_)
|
||||
#define SDL_VIDEO_RENDER_VITA_GLES2 1
|
||||
#else
|
||||
#define SDL_VIDEO_RENDER_VITA_GXM 1
|
||||
#endif
|
||||
|
||||
#if defined(SDL_VIDEO_RENDER_VITA_GLES2) || defined(SDL_VIDEO_RENDER_VITA_GXM)
|
||||
#define SDL_VIDEO_OPENGL_ES2 1
|
||||
#define SDL_VIDEO_OPENGL_ES2 1
|
||||
#endif
|
||||
|
||||
|
||||
@@ -154,6 +156,7 @@
|
||||
// that' not true, but oh well
|
||||
#define SDL_LOADSO_DISABLED 1
|
||||
|
||||
/* TODO: VITA does have gyroscope. */
|
||||
#define SDL_SENSOR_DISABLED 1
|
||||
#define SDL_SENSOR_DUMMY 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user