mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-14 05:00:51 -04:00
Splits DVD reads up into smaller chunks so that data is available before the final interrupt is triggered. This better simulates the DMA that happens on a real device, which some games will take advantage of - by either playing back data as it is loading or by using data that is going to be overwritten shortly by an outstanding read.