mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-21 10:15:23 +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 shaderJitEnabled = shaderJitDefault;
|
||||||
bool discordRpcEnabled = false;
|
bool discordRpcEnabled = false;
|
||||||
RendererType rendererType = RendererType::OpenGL;
|
RendererType rendererType = RendererType::OpenGL;
|
||||||
Audio::DSPCore::Type dspType = Audio::DSPCore::Type::Null;
|
Audio::DSPCore::Type dspType = Audio::DSPCore::Type::Lle;
|
||||||
|
|
||||||
bool sdCardInserted = true;
|
bool sdCardInserted = true;
|
||||||
bool sdWriteProtected = false;
|
bool sdWriteProtected = false;
|
||||||
bool usePortableBuild = false;
|
bool usePortableBuild = false;
|
||||||
|
|
||||||
bool audioEnabled = false;
|
bool audioEnabled = true;
|
||||||
bool vsyncEnabled = true;
|
bool vsyncEnabled = true;
|
||||||
|
|
||||||
bool chargerPlugged = true;
|
bool chargerPlugged = true;
|
||||||
|
@ -34,4 +34,4 @@ struct EmulatorConfig {
|
||||||
EmulatorConfig(const std::filesystem::path& path);
|
EmulatorConfig(const std::filesystem::path& path);
|
||||||
void load();
|
void load();
|
||||||
void save();
|
void save();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue