From 54dc93cb31079032473b82ed5067361e91119b4b Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Fri, 18 Mar 2022 23:59:39 -0300 Subject: [PATCH] And I managed to misunderstand the new shader settings --- usage/menubar.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usage/menubar.rst b/usage/menubar.rst index d110c47..7c74c01 100644 --- a/usage/menubar.rst +++ b/usage/menubar.rst @@ -33,8 +33,8 @@ View * **Target framerate:** select the framerate at which the emulated display is updated. *Synchronize with video* automatically uses the emulated display's current refresh rate. * **VSync:** enable vertical sync. Recommended if tearing artifacts are observed. - * **Browse:** add a ``.glsl`` shader file to the list of shaders applied to the emulated display. - * **Remove:** remove the selected shader file from the list. + * **Browse:** load a ``.glsl`` shader file to apply to the emulated display. + * **Remove:** disable the currently-loaded shader. .. note:: * Many shaders are available for simulating CRT displays, VHS tapes and other aesthetics; the `RetroArch glsl-shaders repository `_ is a good place to start. * Shaders that take advantage of multipass and previous frames are not supported.