Merge pull request #843 from heuripedes/master

Add video_filter_dir and audio_filter_dir options to retroarch.cfg
This commit is contained in:
Twinaphex 2014-07-27 21:38:37 +02:00
commit f0f38cbd6d

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