MSM6258: don't use auto

This commit is contained in:
tildearrow 2023-07-13 16:03:47 -05:00
parent e93f649bfb
commit 9c97291e9c
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ void okim6258_device::device_reset()
void okim6258_device::sound_stream_update(short** outputs, int len)
{
auto &buffer = outputs[0];
short* buffer = outputs[0];
if (m_status & STATUS_PLAYING)
{