mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Show video-mode option 'accel' in help and GUI
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
parent
40e81f0678
commit
2aa97bfc47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user