mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-12 09:09:47 +12:00
Update config.hpp
This commit is contained in:
parent
b3f35d82a7
commit
94d8270d75
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ struct EmulatorConfig {
|
||||||
#else
|
#else
|
||||||
static constexpr bool ubershaderDefault = true;
|
static constexpr bool ubershaderDefault = true;
|
||||||
#endif
|
#endif
|
||||||
static constexpr bool accelerateShadersDefault = false;
|
static constexpr bool accelerateShadersDefault = true;
|
||||||
|
|
||||||
bool shaderJitEnabled = shaderJitDefault;
|
bool shaderJitEnabled = shaderJitDefault;
|
||||||
bool useUbershaders = ubershaderDefault;
|
bool useUbershaders = ubershaderDefault;
|
||||||
|
|
Loading…
Add table
Reference in a new issue