mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +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();
|
stemp = options().video();
|
||||||
if (strcmp(stemp, "auto") == 0)
|
if (strcmp(stemp, "auto") == 0)
|
||||||
{
|
{
|
||||||
#if (defined SDLMAME_WIN32)
|
|
||||||
stemp = "opengl";
|
|
||||||
#elif (defined SDLMAME_MACOSX)
|
|
||||||
stemp = "bgfx";
|
stemp = "bgfx";
|
||||||
#else
|
|
||||||
stemp = "soft";
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
if (strcmp(stemp, SDLOPTVAL_SOFT) == 0)
|
if (strcmp(stemp, SDLOPTVAL_SOFT) == 0)
|
||||||
video_config.mode = VIDEO_MODE_SOFT;
|
video_config.mode = VIDEO_MODE_SOFT;
|
||||||
|
Loading…
Reference in New Issue
Block a user