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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user