diff --git a/include/config.hpp b/include/config.hpp index 5e1bd8a7..958f2248 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -62,7 +62,7 @@ struct EmulatorConfig { static constexpr RendererType rendererDefault = RendererType::OpenGL; #endif - static constexpr bool hashTexturesDefault = true; + static constexpr bool hashTexturesDefault = false; bool shaderJitEnabled = shaderJitDefault; bool useUbershaders = ubershaderDefault; @@ -127,4 +127,4 @@ struct EmulatorConfig { static LanguageCodes languageCodeFromString(std::string inString); static const char* languageCodeToString(LanguageCodes code); -}; \ No newline at end of file +};