diff options
Diffstat (limited to 'docs/source/advanced/glsl.rst')
-rw-r--r-- | docs/source/advanced/glsl.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/source/advanced/glsl.rst b/docs/source/advanced/glsl.rst index 543538d4ef7..033403cb150 100644 --- a/docs/source/advanced/glsl.rst +++ b/docs/source/advanced/glsl.rst @@ -63,23 +63,23 @@ Configuration Settings ---------------------- | **gl_glsl** -| +| | Enables GLSL when set to 1, disabled if set to 0. Defaults to *0*. -| +| | **gl_glsl_filter** -| +| | Enables filtering to GLSL output. Reduces jagginess at the cost of blurriness. -| +| | **glsl_shader_mame0** | ... | **glsl_shader_mame9** -| +| | Specifies the shaders to run, in the order from 0 to 9. See your shader pack author for details on which to run in which order for best effect. -| +| | **glsl_shader_screen0** | ... | **glsl_shader_screen9** -| +| | Specifies screen to apply the shaders on. | |