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
Moved AudioBootstrap section in converted drivers to bottom of source…
…, so I could delete the predeclarations (one more thing to forget to update when changing the API, otherwise). There're a few other cleanups that snuck into this commit, too.
- Loading branch information
Showing
with
170 additions
and 273 deletions.
- +22 −30 src/audio/arts/SDL_artsaudio.c
- +12 −40 src/audio/bsd/SDL_bsdaudio.c
- +0 −1 src/audio/dc/SDL_dcaudio.c
- +21 −28 src/audio/disk/SDL_diskaudio.c
- +22 −35 src/audio/dma/SDL_dmaaudio.c
- +22 −33 src/audio/dsp/SDL_dspaudio.c
- +7 −10 src/audio/dummy/SDL_dummyaudio.c
- +21 −29 src/audio/esd/SDL_esdaudio.c
- +21 −36 src/audio/macosx/SDL_coreaudio.c
- +22 −31 src/audio/macrom/SDL_romaudio.c
Oops, something went wrong.