DMA: Reduce linked list header read time

Closer to console.
pull/3591/head
Stenzek 5 days ago
parent f2dd91c874
commit a52020bcfc
No known key found for this signature in database

@ -46,7 +46,7 @@ static constexpr PhysicalMemoryAddress BASE_ADDRESS_MASK = UINT32_C(0x00FFFFFF);
static constexpr PhysicalMemoryAddress TRANSFER_ADDRESS_MASK = UINT32_C(0x00FFFFFC);
static constexpr PhysicalMemoryAddress LINKED_LIST_TERMINATOR = UINT32_C(0x00FFFFFF);
static constexpr TickCount LINKED_LIST_HEADER_READ_TICKS = 10;
static constexpr TickCount LINKED_LIST_HEADER_READ_TICKS = 8;
static constexpr TickCount LINKED_LIST_BLOCK_SETUP_TICKS = 5;
static constexpr TickCount SLICE_SIZE_WHEN_TRANSMITTING_PAD = 10;
static constexpr TickCount SLICE_SIZE_WHEN_DECODING_MDEC = 100;

Loading…
Cancel
Save