(Dingux) Build/warning fix

This commit is contained in:
twinaphex 2020-01-05 20:09:30 +01:00
parent 4c9ae245a4
commit e23cd0e7e7

View File

@ -811,6 +811,8 @@ const char *config_get_default_video(void)
return "switch";
case VIDEO_XVIDEO:
return "xvideo";
case VIDEO_SDL_DINGUX:
return "sdl_dingux";
case VIDEO_SDL:
return "sdl";
case VIDEO_SDL2: