mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-10 12:50:04 +00:00
misc: Improve defaults for macOS and handling of missing audio backends. (#7273)
* misc: Improve backend defaults for macOS. * audio_core: Improve handling of missing audio backends.
This commit is contained in:
parent
dccb8f6b17
commit
178e602589
11 changed files with 109 additions and 107 deletions
|
@ -375,8 +375,8 @@ struct MIC_U::Impl {
|
|||
mic.reset();
|
||||
}
|
||||
|
||||
mic = AudioCore::CreateInputFromID(Settings::values.input_type.GetValue(),
|
||||
Settings::values.input_device.GetValue());
|
||||
mic = AudioCore::GetInputDetails(Settings::values.input_type.GetValue())
|
||||
.create_input(Settings::values.input_device.GetValue());
|
||||
if (was_sampling) {
|
||||
StartSampling();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue