mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
Update config.cpp
This commit is contained in:
parent
fffa1f508c
commit
ff8885a081
1 changed files with 2 additions and 2 deletions
|
@ -68,9 +68,9 @@ void EmulatorConfig::load() {
|
|||
if (audioResult.is_ok()) {
|
||||
auto audio = audioResult.unwrap();
|
||||
|
||||
auto dspCoreName = toml::find_or<std::string>(audio, "DSPEmulation", "Null");
|
||||
auto dspCoreName = toml::find_or<std::string>(audio, "DSPEmulation", "lle");
|
||||
dspType = Audio::DSPCore::typeFromString(dspCoreName);
|
||||
audioEnabled = toml::find_or<toml::boolean>(audio, "EnableAudio", false);
|
||||
audioEnabled = toml::find_or<toml::boolean>(audio, "EnableAudio", true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue