summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/iopspu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/iopspu.cpp')
-rw-r--r--src/devices/sound/iopspu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/iopspu.cpp b/src/devices/sound/iopspu.cpp
index 1d4e78f879c..73399b1ef2c 100644
--- a/src/devices/sound/iopspu.cpp
+++ b/src/devices/sound/iopspu.cpp
@@ -89,7 +89,7 @@ void iop_spu_device::dma_done(int bank)
core.m_status &= ~STATUS_DMA_ACTIVE;
}
-void iop_spu_device::sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples)
+void iop_spu_device::sound_stream_update_legacy(sound_stream &stream, stream_sample_t const * const *inputs, stream_sample_t * const *outputs, int samples)
{
// TODO
}