MDEC: Adjust 16bpp timing

Fixes jittery movement in Parasite Eve II opening.
This commit is contained in:
Connor McLaughlin
2020-12-09 20:29:31 +10:00
parent 59c338f461
commit 50bcdc0abb
2 changed files with 13 additions and 6 deletions

View File

@@ -33,7 +33,6 @@ private:
static constexpr u32 DATA_IN_FIFO_SIZE = 1024;
static constexpr u32 DATA_OUT_FIFO_SIZE = 768;
static constexpr u32 NUM_BLOCKS = 6;
static constexpr TickCount TICKS_PER_BLOCK = 448;
enum DataOutputDepth : u8
{