bit more accurate

This commit is contained in:
2026-04-15 06:04:30 -05:00
parent 1ee5ec7b43
commit acdc524284
+2 -5
View File
@@ -9,17 +9,14 @@
#include <vitasdk.h> #include <vitasdk.h>
#define GL_COLOR_INDEX8_EXT 0x80E5 #define GL_COLOR_INDEX8_EXT 0x80E5
#define GL_NO_ERROR 0 #define GL_NO_ERROR 0
#define glDrawArrays(type, first, count) ((void)0) #define glDrawArrays(type, first, count) ((void)0)
#define glColorTableEXT(target, internalformat, count, format, type, pixels) ((void)0) #define glColorTableEXT(target, internalformat, count, format, type, pixels) ((void)0)
#define glDepthFunc(func) ((void)0) #define glDepthFunc(func) ((void)0)
#define glBlendFunc(sfactor, dfactor) ((void)0) #define glBlendFunc(sfactor, dfactor) ((void)0)
#define glGetError() GL_NO_ERROR #define glGetError() GL_NO_ERROR
typedef int GLbitfield;
#define GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES
typedef uint32_t GLbitfield;
#include "dusksdl2.h" #include "dusksdl2.h"