SOUND: Add info about TiMidity support in about dialog.

svn-id: r53396
This commit is contained in:
Johannes Schickel 2010-10-13 00:53:53 +00:00
parent 3b81a9489e
commit e9f50882ea

View file

@ -92,6 +92,10 @@ const char *gScummVMFeatures = ""
"SEQ " "SEQ "
#endif #endif
#ifdef USE_TIMIDITY
"TiMidity "
#endif
#ifdef USE_RGB_COLOR #ifdef USE_RGB_COLOR
"RGB " "RGB "
#endif #endif