From b481a049e4e4cdb9e9b25d8810e90baf1f985c66 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Mon, 29 Jul 2024 02:40:48 +0300 Subject: [PATCH] Override hw accel default --- 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;