This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Bunch of 1.3 audio cleanups to remove FIXMEs, get driver specific cra…
…p out of the core and into the drivers where it belongs, and push generic responsibilities out of the drivers and into the core where they belong.
- Loading branch information
Showing
with
264 additions
and 211 deletions.
- +202 −105 src/audio/SDL_audio.c
- +8 −80 src/audio/SDL_sysaudio.h
- +19 −1 src/audio/dart/SDL_dart.c
- +1 −0 src/audio/dummy/SDL_dummyaudio.c
- +2 −4 src/audio/macosx/SDL_coreaudio.c
- +0 −1 src/audio/macosx/SDL_coreaudio.h
- +7 −20 src/audio/macrom/SDL_romaudio.c
- +5 −0 src/audio/mint/SDL_mintaudio_dma8.c
- +5 −0 src/audio/mint/SDL_mintaudio_gsxb.c
- +5 −0 src/audio/mint/SDL_mintaudio_mcsn.c
- +5 −0 src/audio/mint/SDL_mintaudio_stfa.c
- +5 −0 src/audio/mint/SDL_mintaudio_xbios.c