retroarch.cfg: Add section for driver settings

Moves driver related settings to a new "driver" section.

With the exception of `video_context_driver`, all of these settings can be found in RGUI under "driver".
This commit is contained in:
Steven M. Vascellaro 2018-04-14 15:33:58 -04:00 committed by GitHub
parent a20d53202d
commit 7a18305ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,13 @@
# Shows hidden files and folders in directory listings. # Shows hidden files and folders in directory listings.
# show_hidden_files = false # show_hidden_files = false
#### Video #### Driver
# Input driver. Depending on video driver, it might force a different input driver.
# input_driver = sdl
# Joypad driver. (Valid: linuxraw, sdl, dinput)
# input_joypad_driver =
# Video driver to use. "gl", "xvideo", "sdl", "d3d" # Video driver to use. "gl", "xvideo", "sdl", "d3d"
# video_driver = "gl" # video_driver = "gl"
@ -138,6 +144,18 @@
# By default, tries to use first suitable driver. # By default, tries to use first suitable driver.
# video_context_driver = # video_context_driver =
# Audio driver backend. Depending on configuration possible candidates are: alsa, pulse, oss, jack, rsound, roar, openal, sdl, xaudio.
# audio_driver =
# Audio resampler driver backend. Which audio resampler to use.
# Default will use "sinc".
# audio_resampler =
# Menu driver to use. "rgui", "lakka", etc.
# menu_driver = "rgui"
#### Video
# Windowed x resolution scale and y resolution scale # Windowed x resolution scale and y resolution scale
# (Real x res: base_size * xscale * aspect_ratio, real y res: base_size * yscale) # (Real x res: base_size * xscale * aspect_ratio, real y res: base_size * yscale)
# video_scale = 3.0 # video_scale = 3.0
@ -303,13 +321,6 @@ video_message_bgcolor_opacity = 1.0
# Audio output samplerate. # Audio output samplerate.
# audio_out_rate = 48000 # audio_out_rate = 48000
# Audio resampler backend. Which audio resampler to use.
# Default will use "sinc".
# audio_resampler =
# Audio driver backend. Depending on configuration possible candidates are: alsa, pulse, oss, jack, rsound, roar, openal, sdl, xaudio.
# audio_driver =
# Override the default audio device the audio_driver uses. This is driver dependant. E.g. ALSA wants a PCM device, OSS wants a path (e.g. /dev/dsp), Jack wants portnames (e.g. system:playback1,system:playback_2), and so on ... # Override the default audio device the audio_driver uses. This is driver dependant. E.g. ALSA wants a PCM device, OSS wants a path (e.g. /dev/dsp), Jack wants portnames (e.g. system:playback1,system:playback_2), and so on ...
# audio_device = # audio_device =
@ -367,12 +378,6 @@ video_message_bgcolor_opacity = 1.0
#### Input #### Input
# Input driver. Depending on video driver, it might force a different input driver.
# input_driver = sdl
# Joypad driver. (Valid: linuxraw, sdl, dinput)
# input_joypad_driver =
# Path to input remapping file. # Path to input remapping file.
# input_remapping_path = # input_remapping_path =
@ -661,9 +666,6 @@ video_message_bgcolor_opacity = 1.0
#### Menu #### Menu
# Menu driver to use. "rgui", "lakka", etc.
# menu_driver = "rgui"
# If disabled, will hide 'Online Updater' inside the menu. # If disabled, will hide 'Online Updater' inside the menu.
# menu_show_online_updater = true # menu_show_online_updater = true