From eee7d7d155d527996890a90c952f9856675c965d Mon Sep 17 00:00:00 2001 From: arbee Date: Fri, 18 Feb 2022 08:14:02 -0500 Subject: sdl: -video auto now means "bgfx" on all platforms. [R. Belmont] --- src/osd/sdl/video.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/osd/sdl/video.cpp b/src/osd/sdl/video.cpp index 5bb3910d8f9..1c6e68f8aaa 100644 --- a/src/osd/sdl/video.cpp +++ b/src/osd/sdl/video.cpp @@ -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; -- cgit v1.2.3