mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Enable shadergen by default for now
This commit is contained in:
parent
e4550b3e4f
commit
9415cee59a
3 changed files with 4 additions and 3 deletions
|
@ -13,7 +13,8 @@ struct EmulatorConfig {
|
|||
static constexpr bool shaderJitDefault = false;
|
||||
#endif
|
||||
|
||||
static constexpr bool ubershaderDefault = true;
|
||||
// For now, use specialized shaders by default
|
||||
static constexpr bool ubershaderDefault = false;
|
||||
|
||||
bool shaderJitEnabled = shaderJitDefault;
|
||||
bool discordRpcEnabled = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue