SPU: Increase transfer rate to RAM

Fixes broken sound effects in Grand Theft Auto London.
This commit is contained in:
Connor McLaughlin 2021-06-14 19:31:42 +10:00
parent 0cb9a3dcb6
commit 72d7ba9163
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ private:
static constexpr u32 MINIMUM_TICKS_BETWEEN_KEY_ON_OFF = 2;
static constexpr u32 NUM_REVERB_REGS = 32;
static constexpr u32 FIFO_SIZE_IN_HALFWORDS = 32;
static constexpr TickCount TRANSFER_TICKS_PER_HALFWORD = 32;
static constexpr TickCount TRANSFER_TICKS_PER_HALFWORD = 16;
enum class RAMTransferMode : u8
{