Update config.hpp

This commit is contained in:
wheremyfoodat 2024-07-28 19:38:19 +03:00 committed by GitHub
parent b3f35d82a7
commit 94d8270d75
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;