mirror of
https://github.com/holub/mame
synced 2025-05-15 18:32:02 +03:00
Reduce max internal buffering level (no whatsnew)
This commit is contained in:
parent
e1541008ad
commit
4f281db5f9
@ -134,7 +134,7 @@ static const unsigned int sound_buffer_size=65536*4,
|
||||
spu_ram_size=512*1024,
|
||||
infinity=0xffffffff,
|
||||
|
||||
output_buffer_size=65536,
|
||||
output_buffer_size=65536/8,
|
||||
|
||||
sample_loop_cache_pool_size=64,
|
||||
sample_loop_cache_extend_size=64,
|
||||
|
Loading…
Reference in New Issue
Block a user