diff --git a/include/config.hpp b/include/config.hpp index 46d2fec8..3c572e18 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -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;