Set accelerate shader default to true

This commit is contained in:
wheremyfoodat 2024-10-19 15:47:54 +03:00 committed by GitHub
parent 0b28b4a8c4
commit ad788eaae8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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