SPC: Reduced buffer to a more reasonable size
This commit is contained in:
parent
208e1cc12d
commit
b82b087b4e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public:
|
|||
static constexpr int SpcRomSize = 0x40;
|
||||
|
||||
private:
|
||||
static constexpr int SampleBufferSize = 0x100000;
|
||||
static constexpr int SampleBufferSize = 0x20000;
|
||||
static constexpr uint16_t ResetVector = 0xFFFE;
|
||||
|
||||
Console* _console;
|
||||
|
|
Loading…
Add table
Reference in a new issue