BASE: Add feature string for libpng support.
This commit is contained in:
parent
eb84a918f0
commit
5fa6bb238d
1 changed files with 4 additions and 0 deletions
|
@ -133,4 +133,8 @@ const char *gScummVMFeatures = ""
|
|||
#ifdef USE_JPEG
|
||||
"JPEG "
|
||||
#endif
|
||||
|
||||
#ifdef USE_PNG
|
||||
"PNG "
|
||||
#endif
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue