Merge pull request #5150 from JosJuice/di-buffer-speed-comment

DVDInterface: Update comment about buffer speed
This commit is contained in:
Matthew Parlane 2017-03-25 14:52:23 +13:00 committed by GitHub
commit 15d0e91bf6
1 changed files with 1 additions and 1 deletions

View File

@ -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