Enable SDL_LoadObject on iOS 8+ and tvOS.
This commit is contained in:
@@ -150,8 +150,8 @@
|
||||
#ifndef SDL_VIDEO_RENDER_OGL_ES2
|
||||
#define SDL_VIDEO_RENDER_OGL_ES2 1
|
||||
#endif
|
||||
#ifndef SDL_LOADSO_DISABLED
|
||||
#define SDL_LOADSO_DISABLED 1
|
||||
#ifndef SDL_LOADSO_DLOPEN
|
||||
#define SDL_LOADSO_DLOPEN 1
|
||||
#endif
|
||||
#ifndef SDL_HAPTIC_DISABLED
|
||||
#define SDL_HAPTIC_DISABLED 1
|
||||
|
||||
@@ -369,7 +369,7 @@ SDL_project "SDL2"
|
||||
["SDL_AUDIO_DRIVER_COREAUDIO"] = 1,
|
||||
["SDL_JOYSTICK_MFI"] = 1,
|
||||
["SDL_HAPTIC_DISABLED"] = 1,
|
||||
["SDL_LOADSO_DISABLED"] = 1,
|
||||
["SDL_LOADSO_DLOPEN"] = 1,
|
||||
["SDL_THREAD_PTHREAD"] = 1,
|
||||
["SDL_THREAD_PTHREAD_RECURSIVE_MUTEX"] = 1,
|
||||
["SDL_TIMER_UNIX"] = 1,
|
||||
|
||||
Reference in New Issue
Block a user