mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
m_audio_ended_normally is set within the stream_update(), so update the stream before returning it. (nw)
This commit is contained in:
parent
4227f6052a
commit
f5e9eca726
@ -148,6 +148,7 @@ int cdda_device::audio_paused()
|
||||
|
||||
int cdda_device::audio_ended()
|
||||
{
|
||||
m_stream->update();
|
||||
return m_audio_ended_normally;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user