scummvm/engines/grim/configure.engine
Le Philousophe 5bdd9e6f50 ALL: Unify zlib and gzio API
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.
2023-08-28 21:49:03 +02:00

5 lines
274 B
Plaintext

# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
add_engine grim "Grim" yes "monkey4" "Grim Fandango" "16bit highres"
add_engine monkey4 "Escape from Monkey Island" no "" "" "bink mpeg2"