diff --git a/XML-shaders.md b/XML-shaders.md index a842790..d35c383 100644 --- a/XML-shaders.md +++ b/XML-shaders.md @@ -52,4 +52,4 @@ For compatibility reasons, the `ruby` prefix is still accepted. ## Moving off XML shaders XML shaders as a whole are deprecated in RetroArch, and will not be selectable in [[RGUI]]. -You can still use them via `video_shader` config option. To use GLSL in RetroArch, the new [[GLSL shader]] format is used, which mirrors the [[Cg shader]] implementation quite well. The new GLSL shaders only support modern style, no fixed function. To convert XML shaders into straight GLSL, see [[GLSL shader]]. \ No newline at end of file +You can still use them via `video_shader` config option. To use GLSL in RetroArch, the new [[GLSL shaders]] format is used, which mirrors the [[Cg shaders]] implementation quite well. The new GLSL shaders only support modern style, no fixed function. To convert XML shaders into straight GLSL, see [[GLSL shaders]]. \ No newline at end of file