Add video_filter_dir and audio_filter_dir options to retroarch.cfg

This commit is contained in:
Higor Eurípedes 2014-07-27 16:32:27 -03:00
parent e104698f7e
commit b105795b78

View File

@ -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