aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/audio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/dc/audio.cpp')
-rw-r--r--backends/dc/audio.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/dc/audio.cpp b/backends/dc/audio.cpp
index 0b0cb8c639..526d8cbbef 100644
--- a/backends/dc/audio.cpp
+++ b/backends/dc/audio.cpp
@@ -34,8 +34,7 @@ void initSound()
do_sound_command(CMD_SET_BUFFER(3));
}
-bool OSystem_Dreamcast::set_sound_proc(void *param, SoundProc *proc,
- byte format)
+bool OSystem_Dreamcast::set_sound_proc(SoundProc *proc, void *param, SoundFormat format)
{
#if SAMPLE_MODE == 0
assert(format == SOUND_16BIT);