mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 08:17:40 +00:00
5bdd9e6f50
zlib is used when available and falls back on gzio. This allows performance improvements as our CRC32 and gzio implementations are slower than base zlib. As zlib is available when libpng is present, this is sensible to benefit from it.
4 lines
218 B
Plaintext
4 lines
218 B
Plaintext
# This file is included from the main "configure" script
|
|
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
|
|
add_engine sword25 "Broken Sword 2.5" yes "" "" "png 16bit highres lua theoradec"
|