mirror of
https://github.com/holub/mame
synced 2025-06-01 10:31:48 +03:00
Revert "device_mixer_interface: set samplerate to osd rate, like how it was before sound rewrite"
This reverts commit 99fc7b2c7f
.
This commit is contained in:
parent
180365dc10
commit
649d5af11a
@ -366,7 +366,7 @@ void device_mixer_interface::interface_pre_start()
|
||||
u32 no = get_sound_requested_outputs();
|
||||
u32 nc = ni > no ? ni : no;
|
||||
for(u32 i = 0; i != nc; i++)
|
||||
stream_alloc(1, 1, device().machine().sample_rate());
|
||||
stream_alloc(1, 1, SAMPLE_RATE_ADAPTIVE);
|
||||
}
|
||||
|
||||
void device_mixer_interface::sound_stream_update(sound_stream &stream)
|
||||
|
Loading…
Reference in New Issue
Block a user