mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
Set accelerate shader default to true
This commit is contained in:
parent
0b28b4a8c4
commit
ad788eaae8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ struct EmulatorConfig {
|
|||
#else
|
||||
static constexpr bool ubershaderDefault = true;
|
||||
#endif
|
||||
static constexpr bool accelerateShadersDefault = false;
|
||||
static constexpr bool accelerateShadersDefault = true;
|
||||
|
||||
bool shaderJitEnabled = shaderJitDefault;
|
||||
bool useUbershaders = ubershaderDefault;
|
||||
|
|
Loading…
Add table
Reference in a new issue