From baba5f8c0809f858b2da8f227799b02ea0b2c351 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 13 Jun 2013 06:36:48 -0700 Subject: [PATCH] Fixed reporting of libSDL availability in simulatoes which will never need it. --- scp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scp.c b/scp.c index c4c92134..620e3635 100644 --- a/scp.c +++ b/scp.c @@ -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) {