diff options
-rw-r--r-- | src/osd/sdl/video.cpp | 6 |
1 files changed, 0 insertions, 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; |