mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 09:29:16 +00:00
Merge pull request #843 from heuripedes/master
Add video_filter_dir and audio_filter_dir options to retroarch.cfg
This commit is contained in:
commit
f0f38cbd6d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user