mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Revert one modification in 0f24d524078c1f866a5200a25cec8779863bb46c that makes "add to mixer" options do nothing.
This commit is contained in:
parent
2b669f4e4b
commit
8bfa02e2ea
@ -1206,8 +1206,10 @@ bool audio_driver_mixer_add_stream(audio_mixer_stream_params_t *params)
|
||||
break;
|
||||
case AUDIO_MIXER_SLOT_SELECTION_AUTOMATIC:
|
||||
default:
|
||||
return audio_driver_mixer_get_free_stream_slot(
|
||||
&free_slot, params->stream_type);
|
||||
if (!audio_driver_mixer_get_free_stream_slot(
|
||||
&free_slot, params->stream_type))
|
||||
return false;
|
||||
break;
|
||||
}
|
||||
|
||||
if (params->state == AUDIO_STREAM_STATE_NONE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user