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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions
include

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;