mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
sdl: -video auto now means "bgfx" on all platforms. [R. Belmont]
This commit is contained in:
parent
57eca5d586
commit
eee7d7d155
@ -191,13 +191,7 @@ void sdl_osd_interface::extract_video_config()
|
||||
stemp = options().video();
|
||||
if (strcmp(stemp, "auto") == 0)
|
||||
{
|
||||
#if (defined SDLMAME_WIN32)
|
||||
stemp = "opengl";
|
||||
#elif (defined SDLMAME_MACOSX)
|
||||
stemp = "bgfx";
|
||||
#else
|
||||
stemp = "soft";
|
||||
#endif
|
||||
}
|
||||
if (strcmp(stemp, SDLOPTVAL_SOFT) == 0)
|
||||
video_config.mode = VIDEO_MODE_SOFT;
|
||||
|
Loading…
Reference in New Issue
Block a user