mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
Merge pull request #5150 from JosJuice/di-buffer-speed-comment
DVDInterface: Update comment about buffer speed
This commit is contained in:
@ -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.
|
// 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
|
// 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
|
// 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
|
// details; if there isn't enough latency in the right places, doors can open
|
||||||
|
Reference in New Issue
Block a user