Fixed reporting of libSDL availability in simulatoes which will never need it.

This commit is contained in:
Mark Pizzolato 2013-06-13 06:36:48 -07:00
parent b5e3d6b280
commit baba5f8c08

2
scp.c
View file

@ -2812,7 +2812,9 @@ if (flag) {
fprintf (st, "\n\t\tMemory Access: %s Endian", sim_end ? "Little" : "Big");
fprintf (st, "\n\t\tMemory Pointer Size: %d bits", (int)sizeof(dptr)*8);
fprintf (st, "\n\t\t%s", sim_toffset_64 ? "Large File (>2GB) support" : "No Large File support");
#if defined (USE_SIM_VIDEO)
fprintf (st, "\n\t\tSDL Video support: %s", vid_version());
#endif
fprintf (st, "\n\t\tOS clock tick size: %dms", os_tick_size);
#if defined(__VMS)
if (1) {