mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 21:05:45 -04:00
DMA: Delay GPU transfers by block count
Needs real GPU timings, but fixes NFS5 in the meantime.
This commit is contained in:
@ -54,7 +54,6 @@ public:
|
||||
private:
|
||||
static constexpr PhysicalMemoryAddress BASE_ADDRESS_MASK = UINT32_C(0x00FFFFFF);
|
||||
static constexpr PhysicalMemoryAddress ADDRESS_MASK = UINT32_C(0x001FFFFC);
|
||||
static constexpr u32 TRANSFER_TICKS = 10;
|
||||
|
||||
enum class SyncMode : u32
|
||||
{
|
||||
|
Reference in New Issue
Block a user