1
0
mirror of https://github.com/simh/simh.git synced 2026-05-04 23:15:23 +00:00

VIDEO: Assure that vid_version() displays all the video capabilities available

This commit is contained in:
Mark Pizzolato
2022-09-27 13:56:36 -10:00
parent b67c80b3b1
commit dca61c580a
2 changed files with 72 additions and 0 deletions

View File

@@ -252,6 +252,11 @@ extern int (*vid_display_kb_event_process)(SIM_KEY_EVENT *kev);
#endif
#if defined(USE_SIM_VIDEO) && defined(HAVE_LIBSDL)
#if defined(__APPLE__)
#define SDL_MAIN_AVAILABLE
#endif
#include <SDL.h>
#endif /* HAVE_LIBSDL */