Navigation Menu

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

Commit

Permalink
Fixed missing audio on iOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 29, 2011
1 parent 1a5c337 commit 232c427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_config_iphoneos.h
Expand Up @@ -104,7 +104,7 @@
#define HAVE_SYSCTLBYNAME 1

/* enable iPhone version of Core Audio driver */
#define SDL_AUDIO_DRIVER_COREAUDIOIPHONE 1
#define SDL_AUDIO_DRIVER_COREAUDIO 1
/* Enable the dummy audio driver (src/audio/dummy/\*.c) */
#define SDL_AUDIO_DRIVER_DUMMY 1

Expand Down

0 comments on commit 232c427

Please sign in to comment.