diff options
| author | JosJuice <josjuice@gmail.com> | 2015-01-06 21:25:17 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2015-01-06 21:25:17 +0100 |
| commit | 5162ed4d5f049bdb7f34b96f2b145f0cf2ab83e8 (patch) | |
| tree | c6a149412fd5eb3ef6651f8e05576a1d99724fe4 /Source/Core | |
| parent | c3d52e0476e92ef7122d125072963ddce038ac1e (diff) | |
DVDInterface: Use default delay for DVDLowClearCoverInterrupt
The old delay was probably a hack to make up for the incorrect
disc speeds. Using it with the new disc speeds made
Resident Evil Archives: Resident Evil Zero freeze when starting.
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/HW/DVDInterface.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Core/Core/HW/DVDInterface.cpp b/Source/Core/Core/HW/DVDInterface.cpp index b9d21ad224..ca605509a7 100644 --- a/Source/Core/Core/HW/DVDInterface.cpp +++ b/Source/Core/Core/HW/DVDInterface.cpp @@ -738,11 +738,6 @@ DVDCommandResult ExecuteCommand(u32 command_0, u32 command_1, u32 command_2, case DVDLowClearCoverInterrupt: INFO_LOG(DVDINTERFACE, "DVDLowClearCoverInterrupt"); m_DICVR.CVRINT = 0; - - // Less than ~1/155th of a second hangs Oregon Trail at "loading wheel". - // More than ~1/140th of a second hangs Resident Evil Archives: Resident Evil Zero. - // (Might not be true anymore since the other speeds were completely redone in December 2014) - result.ticks_until_completion = SystemTimers::GetTicksPerSecond() / 146; break; // Probably only used by Wii |
