diff options
Diffstat (limited to 'src/devices/sound/iopspu.cpp')
-rw-r--r-- | src/devices/sound/iopspu.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/sound/iopspu.cpp b/src/devices/sound/iopspu.cpp index 55e6cd3b789..785d9a4f43b 100644 --- a/src/devices/sound/iopspu.cpp +++ b/src/devices/sound/iopspu.cpp @@ -89,10 +89,9 @@ void iop_spu_device::dma_done(int bank) core.m_status &= ~STATUS_DMA_ACTIVE; } -void iop_spu_device::sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs) +void iop_spu_device::sound_stream_update(sound_stream &stream) { // TODO - outputs[0].fill(0); } TIMER_CALLBACK_MEMBER(iop_spu_device::autodma_done_timer_hack) |