From 51c673e62d1ebe154e53c78e7bf8e5e0d4c4016d Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 7 Nov 2024 15:52:39 +0100 Subject: [BOX32][WRAPPER] Added 1 more sdl2 wrapped function (Crimsonland works now) --- src/wrapped32/wrappedsdl2_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wrapped32/wrappedsdl2_private.h b/src/wrapped32/wrappedsdl2_private.h index 5634a7a4..05b090f3 100644 --- a/src/wrapped32/wrappedsdl2_private.h +++ b/src/wrapped32/wrappedsdl2_private.h @@ -300,7 +300,7 @@ GO(SDL_GetYUVConversionModeForResolution, uFii) //GO(SDL_GL_BindTexture, iFppp) GO(SDL_GL_CreateContext, pFp) GO(SDL_GL_DeleteContext, vFp) -//GO(SDL_GL_ExtensionSupported, iFp) +GO(SDL_GL_ExtensionSupported, iFp) GO(SDL_GL_GetAttribute, iFup) GO(SDL_GL_GetCurrentContext, pFv) GO(SDL_GL_GetCurrentWindow, pFv) -- cgit 1.4.1