mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-02-25 04:16:54 +00:00
Fixed compile warning
This commit is contained in:
parent
7c36002739
commit
d5f293a777
|
@ -290,7 +290,7 @@ static int GLES2_LoadFunctions(GLES2_DriverContext * data)
|
|||
#endif
|
||||
|
||||
#if defined __SDL_NOGETPROCADDR__
|
||||
#define SDL_PROC(ret,func,params) data->func=func;
|
||||
#define SDL_PROC(ret,func,params) *(void**)&data->func=func;
|
||||
#else
|
||||
#define SDL_PROC(ret,func,params) \
|
||||
do { \
|
||||
|
|
Loading…
Reference in a new issue