mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +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 no = get_sound_requested_outputs();
|
||||||
u32 nc = ni > no ? ni : no;
|
u32 nc = ni > no ? ni : no;
|
||||||
for(u32 i = 0; i != nc; i++)
|
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)
|
void device_mixer_interface::sound_stream_update(sound_stream &stream)
|
||||||
|
Loading…
Reference in New Issue
Block a user