mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 08:25:47 -04:00
Revert "DMA: Delay GPU transfers by block count"
This reverts commit 0639f4264f
.
Breaks FF7's FMVs in the top row. Needs GPU timings.
This commit is contained in:
@ -197,15 +197,6 @@ TickCount DMA::GetTransferDelay(Channel channel) const
|
||||
}
|
||||
break;
|
||||
|
||||
case Channel::GPU:
|
||||
{
|
||||
if (cs.channel_control.sync_mode == SyncMode::Request)
|
||||
return cs.block_control.request.GetBlockCount();
|
||||
else
|
||||
return 1;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user