Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
added SDL_LOADSO_DLOPEN macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Holmes Futrell committed Jul 18, 2008
1 parent 5ce0089 commit fa22dea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/SDL_config_iphoneos.h
Expand Up @@ -43,7 +43,9 @@ typedef unsigned int uint32_t;

typedef unsigned long uintptr_t;

/* enable OpenGL ES */
#define SDL_VIDEO_OPENGL_ES 1

#define SDL_VIDEO_RENDER_OGL_ES 1

#define SDL_HAS_64BIT_TYPE 0
Expand All @@ -55,6 +57,9 @@ typedef unsigned long uintptr_t;
#define SDL_AUDIO_DRIVER_COREAUDIOIPHONE 1
#define SDL_AUDIO_DRIVER_DUMMY 1

/* Enable Unix style SO loading */
#define SDL_LOADSO_DLOPEN 1

/* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */
#define SDL_CDROM_DISABLED 1

Expand Down

0 comments on commit fa22dea

Please sign in to comment.