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
ff8885a081
commit
0a603e777a
1 changed files with 3 additions and 3 deletions
|
@ -16,13 +16,13 @@ struct EmulatorConfig {
|
|||
bool shaderJitEnabled = shaderJitDefault;
|
||||
bool discordRpcEnabled = false;
|
||||
RendererType rendererType = RendererType::OpenGL;
|
||||
Audio::DSPCore::Type dspType = Audio::DSPCore::Type::Null;
|
||||
Audio::DSPCore::Type dspType = Audio::DSPCore::Type::Lle;
|
||||
|
||||
bool sdCardInserted = true;
|
||||
bool sdWriteProtected = false;
|
||||
bool usePortableBuild = false;
|
||||
|
||||
bool audioEnabled = false;
|
||||
bool audioEnabled = true;
|
||||
bool vsyncEnabled = true;
|
||||
|
||||
bool chargerPlugged = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue