Mercurial > sdl-ios-xcode
comparison src/audio/dart/SDL_dart.c @ 3852:5b5e549382b3 SDL-1.2
Removed some new 1.3 symbols from code backported to 1.2.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 03 Sep 2006 21:34:11 +0000 |
parents | 405a192b68e7 |
children | a1b03ba2fcd0 |
comparison
equal
deleted
inserted
replaced
3851:405a192b68e7 | 3852:5b5e549382b3 |
---|---|
73 } | 73 } |
74 | 74 |
75 | 75 |
76 int DART_OpenAudio(_THIS, SDL_AudioSpec *spec) | 76 int DART_OpenAudio(_THIS, SDL_AudioSpec *spec) |
77 { | 77 { |
78 SDL_AudioFormat test_format = SDL_FirstAudioFormat(spec->format); | 78 Uint16 test_format = SDL_FirstAudioFormat(spec->format); |
79 int valid_datatype = 0; | 79 int valid_datatype = 0; |
80 MCI_AMP_OPEN_PARMS AmpOpenParms; | 80 MCI_AMP_OPEN_PARMS AmpOpenParms; |
81 MCI_GENERIC_PARMS GenericParms; | 81 MCI_GENERIC_PARMS GenericParms; |
82 int iDeviceOrd = 0; // Default device to be used | 82 int iDeviceOrd = 0; // Default device to be used |
83 int bOpenShared = 1; // Try opening it shared | 83 int bOpenShared = 1; // Try opening it shared |