Enable shadergen by default for now

This commit is contained in:
wheremyfoodat 2024-07-19 18:02:42 +03:00
parent e4550b3e4f
commit 9415cee59a
3 changed files with 4 additions and 3 deletions

View file

@ -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;