mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-14 03:07:08 +12:00
DSP: Default to HLE
This commit is contained in:
parent
5d28f11ccf
commit
238d84ba3b
3 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@ 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", "HLE");
|
||||
dspType = Audio::DSPCore::typeFromString(dspCoreName);
|
||||
audioEnabled = toml::find_or<toml::boolean>(audio, "EnableAudio", false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue