RegTest: Port to new host abstractions
This commit is contained in:
@ -1352,7 +1352,6 @@ void CDROM::ExecuteCommand(TickCount ticks_late)
|
||||
case Command::Reset:
|
||||
{
|
||||
Log_DebugPrintf("CDROM reset command");
|
||||
SendACKAndStat();
|
||||
|
||||
if (m_command_second_response == Command::Reset)
|
||||
{
|
||||
@ -1361,6 +1360,8 @@ void CDROM::ExecuteCommand(TickCount ticks_late)
|
||||
return;
|
||||
}
|
||||
|
||||
SendACKAndStat();
|
||||
|
||||
if (IsSeeking())
|
||||
UpdatePositionWhileSeeking();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user