summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2022-06-26 08:33:07 +1000
committer Vas Crabb <vas@vastheman.com>2022-06-26 08:33:07 +1000
commit738aa5d074e236f62e174b9a6954ad64c7038564 (patch)
treeb0b61c2ee2db4ed8464394c9dbf79c73126a921d /src/osd
parent993109a4b7f0c87d98c3de8f9bcd2d43bdd15d9c (diff)
srcclean and cleanup in preparation for branching MAME 0.245
Diffstat (limited to 'src/osd')
-rw-r--r--src/osd/sdl/sdlmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/sdlmain.cpp b/src/osd/sdl/sdlmain.cpp
index b99858dd69e..ba374178470 100644
--- a/src/osd/sdl/sdlmain.cpp
+++ b/src/osd/sdl/sdlmain.cpp
@@ -503,7 +503,7 @@ void sdl_osd_interface::init(running_machine &machine)
// bgfx does not work with wayland
if ((strcmp(SDL_GetCurrentVideoDriver(), "wayland") == 0) && ((strcmp(options().video(), "auto") == 0) || (strcmp(options().video(), "bgfx") == 0)))
fatalerror("Error: BGFX video does not work with wayland videodriver. Please change either of the options.");
-
+
osd_sdl_info();
defines_verbose();