mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-16 11:35:25 +01: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.