GPU: Timing for CPU->VRAM transfers
Fixes Monkey Hero, probably others.
This commit is contained in:
@ -34,7 +34,7 @@ private:
|
||||
static constexpr u32 DATA_IN_FIFO_SIZE = 256 * 4;
|
||||
static constexpr u32 DATA_OUT_FIFO_SIZE = 192 * 4;
|
||||
static constexpr u32 NUM_BLOCKS = 6;
|
||||
static constexpr TickCount TICKS_PER_BLOCK = 256;
|
||||
static constexpr TickCount TICKS_PER_BLOCK = 3072;
|
||||
|
||||
enum DataOutputDepth : u8
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user