CDROM: Fix XA filter change not applying immediately

Fixes audio getting cut off in PaRappa the Rapper - The Hip Hop Hero,
underwater music in R-Type Delta.
pull/474/head
Connor McLaughlin 6 years ago
parent d6f6154380
commit 777809b3b0

@ -670,6 +670,7 @@ void CDROM::ExecuteCommand()
Log_DebugPrintf("CDROM setfilter command 0x%02X 0x%02X", ZeroExtend32(file), ZeroExtend32(channel));
m_xa_filter_file_number = file;
m_xa_filter_channel_number = channel;
m_xa_current_set = false;
SendACKAndStat();
EndCommand();
return;

Loading…
Cancel
Save