Fixed reporting of libSDL availability in simulatoes which will never need it.
This commit is contained in:
parent
b5e3d6b280
commit
baba5f8c08
1 changed files with 2 additions and 0 deletions
2
scp.c
2
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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue