Change video_gl_context to video_context_driver

This commit is contained in:
twinaphex 2014-10-23 22:46:30 +02:00
parent 3e8db7d9f0
commit d5a36fd4af
3 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@
# Which OpenGL context implementation to use.
# Possible ones for desktop are: glx, x-egl, kms-egl, sdl-gl, wgl.
# By default, tries to use first suitable driver.
# video_gl_context =
# video_context_driver =
# Windowed x resolution scale and y resolution scale
# (Real x res: base_size * xscale * aspect_ratio, real y res: base_size * yscale)

View File

@ -1021,7 +1021,7 @@ static bool config_load_file(const char *path, bool set_defaults)
#ifdef HAVE_MENU
CONFIG_GET_STRING(menu.driver, "menu_driver");
#endif
CONFIG_GET_STRING(video.gl_context, "video_gl_context");
CONFIG_GET_STRING(video.gl_context, "video_context_driver");
CONFIG_GET_STRING(audio.driver, "audio_driver");
CONFIG_GET_PATH(video.softfilter_plugin, "video_filter");
CONFIG_GET_PATH(audio.dsp_plugin, "audio_dsp_plugin");

View File

@ -3163,7 +3163,7 @@ static bool setting_data_append_list_driver_options(
#ifdef HAVE_OPENGL
CONFIG_STRING(
g_settings.video.gl_context,
"video_context",
"video_context_driver",
"Video Context Driver",
"",
group_info.name,