DVDInterface: Move fast disc speed check to ExecuteReadCommand

This breaks the workaround used for Star Wars: Rouge Leader,
but that problem has gotten a more proper solution in 4.0-4889.
This commit is contained in:
JosJuice
2015-01-03 10:28:57 +01:00
parent 7df55d220f
commit de86d539f2
2 changed files with 7 additions and 16 deletions

View File

@ -67,9 +67,6 @@ IPCCommandResult CWII_IPC_HLE_Device_di::IOCtl(u32 _CommandAddress)
BufferOut, BufferOutSize, false);
Memory::Write_U32(result.interrupt_type, _CommandAddress + 0x4);
if (SConfig::GetInstance().m_LocalCoreStartupParameter.bFastDiscSpeed)
result.ticks_until_completion = 0; // An optional hack to speed up loading times
return { true, result.ticks_until_completion };
}