mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-03 02:34:48 +12:00
DSP: Default to HLE
This commit is contained in:
parent
5d28f11ccf
commit
238d84ba3b
3 changed files with 3 additions and 3 deletions
include
|
@ -33,7 +33,7 @@ struct EmulatorConfig {
|
|||
int lightShadergenThreshold = 1;
|
||||
|
||||
RendererType rendererType = RendererType::OpenGL;
|
||||
Audio::DSPCore::Type dspType = Audio::DSPCore::Type::Null;
|
||||
Audio::DSPCore::Type dspType = Audio::DSPCore::Type::HLE;
|
||||
|
||||
bool sdCardInserted = true;
|
||||
bool sdWriteProtected = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue