SPU: Increase transfer rate to RAM
Fixes broken sound effects in Grand Theft Auto London.
This commit is contained in:
parent
0cb9a3dcb6
commit
72d7ba9163
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue