mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 02:00:41 +00:00
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:
parent
a20d53202d
commit
7a18305ed2
@ -128,7 +128,13 @@
|
||||
# Shows hidden files and folders in directory listings.
|
||||
# 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 = "gl"
|
||||
@ -138,6 +144,18 @@
|
||||
# By default, tries to use first suitable 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
|
||||
# (Real x res: base_size * xscale * aspect_ratio, real y res: base_size * yscale)
|
||||
# video_scale = 3.0
|
||||
@ -303,13 +321,6 @@ video_message_bgcolor_opacity = 1.0
|
||||
# Audio output samplerate.
|
||||
# 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 ...
|
||||
# audio_device =
|
||||
|
||||
@ -367,12 +378,6 @@ video_message_bgcolor_opacity = 1.0
|
||||
|
||||
#### 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.
|
||||
# input_remapping_path =
|
||||
|
||||
@ -661,9 +666,6 @@ video_message_bgcolor_opacity = 1.0
|
||||
|
||||
#### Menu
|
||||
|
||||
# Menu driver to use. "rgui", "lakka", etc.
|
||||
# menu_driver = "rgui"
|
||||
|
||||
# If disabled, will hide 'Online Updater' inside the menu.
|
||||
# menu_show_online_updater = true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user