From ad788eaae8d7ab6a4b033bf7a405297809e46464 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sat, 19 Oct 2024 15:47:54 +0300 Subject: [PATCH] Set accelerate shader default to true --- include/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.hpp b/include/config.hpp index da5b6940..a8ba8946 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;