diff options
Diffstat (limited to 'backends/sdl/sdl-common.cpp')
-rw-r--r-- | backends/sdl/sdl-common.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/sdl/sdl-common.cpp b/backends/sdl/sdl-common.cpp index 34cbdedfb3..3d3acf573e 100644 --- a/backends/sdl/sdl-common.cpp +++ b/backends/sdl/sdl-common.cpp @@ -847,6 +847,10 @@ bool OSystem_SDL_Common::set_sound_proc(SoundProc *proc, void *param, SoundForma return true; } +void OSystem_SDL_Common::clear_sound_proc() { + SDL_CloseAudio(); +} + uint32 OSystem_SDL_Common::property(int param, Property *value) { switch(param) { |