mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
parent
fc92aef4d1
commit
a50683d6ca
11 changed files with 161 additions and 43 deletions
|
|
@ -690,7 +690,6 @@ namespace utils
|
|||
|
||||
while (thread_ctrl::state() != thread_state::aborting)
|
||||
{
|
||||
ensure(m_context.current_track < m_context.playlist.size());
|
||||
media_log.notice("audio_decoder: about to decode: %s (index=%d)", ::at32(m_context.playlist, m_context.current_track), m_context.current_track);
|
||||
|
||||
decode_track(::at32(m_context.playlist, m_context.current_track));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue