Skip to content

Commit

Permalink
Merge pull request #5150 from JosJuice/di-buffer-speed-comment
Browse files Browse the repository at this point in the history
DVDInterface: Update comment about buffer speed
  • Loading branch information
Parlane committed Mar 25, 2017
2 parents d8fa465 + f546987 commit 15d0e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/DVDInterface.cpp
Expand Up @@ -1183,7 +1183,7 @@ void ScheduleReads(u64 offset, u32 length, bool decrypt, u32 output_address, Rep
{
// The drive continues to read 1 MiB beyond the last read position when idle.
// If a future read falls within this window, part of the read may be returned
// from the buffer. Data can be transferred from the buffer at up to 16 MiB/s.
// from the buffer. Data can be transferred from the buffer at up to 32 MiB/s.

// Metroid Prime is a good example of a game that's sensitive to disc timing
// details; if there isn't enough latency in the right places, doors can open
Expand Down

0 comments on commit 15d0e91

Please sign in to comment.