From 7a18305ed22ef39531473bed0e6395be70b54433 Mon Sep 17 00:00:00 2001 From: "Steven M. Vascellaro" Date: Sat, 14 Apr 2018 15:33:58 -0400 Subject: [PATCH] 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". --- retroarch.cfg | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/retroarch.cfg b/retroarch.cfg index 5517a67458..5fabc1deca 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -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