mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 16:15:46 -04:00
SPU: Increase transfer rate to RAM
Fixes broken sound effects in Grand Theft Auto London.
This commit is contained in:
@ -75,7 +75,7 @@ private:
|
|||||||
static constexpr u32 MINIMUM_TICKS_BETWEEN_KEY_ON_OFF = 2;
|
static constexpr u32 MINIMUM_TICKS_BETWEEN_KEY_ON_OFF = 2;
|
||||||
static constexpr u32 NUM_REVERB_REGS = 32;
|
static constexpr u32 NUM_REVERB_REGS = 32;
|
||||||
static constexpr u32 FIFO_SIZE_IN_HALFWORDS = 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
|
enum class RAMTransferMode : u8
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user