Show video-mode option 'accel' in help and GUI

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller 2019-02-13 22:30:09 +01:00 committed by Vas Crabb
parent 40e81f0678
commit 2aa97bfc47

View File

@ -375,6 +375,7 @@ static void osd_sdl_info(void)
void sdl_osd_interface::video_register()
{
video_options_add("soft", nullptr);
video_options_add("accel", nullptr);
#if USE_OPENGL
video_options_add("opengl", nullptr);
#endif