From 94d8270d75bd5b562d0db78df5f391ffe9e36cdc Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sun, 28 Jul 2024 19:38:19 +0300 Subject: [PATCH] Update config.hpp --- include/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;