From b105795b78201195eda3796ee1d486c46817bf4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Sun, 27 Jul 2014 16:32:27 -0300 Subject: [PATCH] Add video_filter_dir and audio_filter_dir options to retroarch.cfg --- retroarch.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/retroarch.cfg b/retroarch.cfg index 13bd223996..402ae42918 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -175,6 +175,9 @@ # CPU-based video filter. Path to a dynamic library. # video_filter = +# Defines a directory where CPU-based video filters are kept. +# video_filter_dir = + # Path to a font used for rendering messages. This path must be defined to enable fonts. # Do note that the _full_ path of the font is necessary! # video_font_path = @@ -229,6 +232,9 @@ # Audio DSP plugin that processes audio before it's sent to the driver. Path to a dynamic library. # audio_dsp_plugin = +# Directory where DSP plugins are kept. +# audio_filter_dir = + # Will sync (block) on audio. Recommended. # audio_sync = true