DSP: Default to HLE

This commit is contained in:
wheremyfoodat
2024-10-20 21:45:08 +03:00
committed by GitHub
parent 5d28f11ccf
commit 238d84ba3b
3 changed files with 3 additions and 3 deletions

View File

@@ -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;