Override hw accel default

This commit is contained in:
wheremyfoodat 2024-07-29 02:40:48 +03:00 committed by GitHub
parent b53df8776f
commit b481a049e4
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;