mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +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()
|
int cdda_device::audio_ended()
|
||||||
{
|
{
|
||||||
|
m_stream->update();
|
||||||
return m_audio_ended_normally;
|
return m_audio_ended_normally;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user