mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
Update config.hpp
This commit is contained in:
parent
0a603e777a
commit
ad2326d20d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ struct EmulatorConfig {
|
|||
bool shaderJitEnabled = shaderJitDefault;
|
||||
bool discordRpcEnabled = false;
|
||||
RendererType rendererType = RendererType::OpenGL;
|
||||
Audio::DSPCore::Type dspType = Audio::DSPCore::Type::Lle;
|
||||
Audio::DSPCore::Type dspType = Audio::DSPCore::Type::Teakra;
|
||||
|
||||
bool sdCardInserted = true;
|
||||
bool sdWriteProtected = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue