Skip to content

Commit

Permalink
Merge pull request #1838 from JosJuice/clearcoverinterrupt-timing
Browse files Browse the repository at this point in the history
DVDInterface: Use default delay for DVDLowClearCoverInterrupt
  • Loading branch information
skidau committed Jan 7, 2015
2 parents c0ff677 + 5162ed4 commit ab87309
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Source/Core/Core/HW/DVDInterface.cpp
Expand Up @@ -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
Expand Down

0 comments on commit ab87309

Please sign in to comment.