mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-18 07:44:43 +01:00
Increase segment limit for mpf/mus TXTPs [Boogie (PS2)]
After +500 segments it may hit O.S. file descriptor limit and not work though
This commit is contained in:
parent
d803349f6b
commit
b2e93f886f
@ -2,7 +2,7 @@
|
||||
#include "../vgmstream.h"
|
||||
#include "../mixing.h"
|
||||
|
||||
#define VGMSTREAM_MAX_SEGMENTS 512
|
||||
#define VGMSTREAM_MAX_SEGMENTS 1024
|
||||
#define VGMSTREAM_SEGMENT_SAMPLE_BUFFER 8192
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user