diff --git a/Ryujinx.Graphics/Gal/Shader/GlslDecompiler.cs b/Ryujinx.Graphics/Gal/Shader/GlslDecompiler.cs index 82dbff9fa..3f0c9f721 100644 --- a/Ryujinx.Graphics/Gal/Shader/GlslDecompiler.cs +++ b/Ryujinx.Graphics/Gal/Shader/GlslDecompiler.cs @@ -89,7 +89,7 @@ namespace Ryujinx.Graphics.Gal.Shader SB = new StringBuilder(); - SB.AppendLine("#version 330 core"); + SB.AppendLine("#version 410 core"); PrintDeclTextures(); PrintDeclUniforms();