mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
DVD read chunking
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.
This commit is contained in:
@ -95,6 +95,7 @@ enum DIInterruptType : int
|
||||
|
||||
enum class ReplyType : u32
|
||||
{
|
||||
NoReply,
|
||||
Interrupt,
|
||||
IOS,
|
||||
DTK
|
||||
|
Reference in New Issue
Block a user