mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-05 17:20:30 +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.
7 lines
334 B
Plaintext
7 lines
334 B
Plaintext
# This file is included from the main "configure" script
|
|
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
|
|
add_engine wintermute "Wintermute" yes "foxtail herocraft wme3d" "" "16bit highres jpeg png"
|
|
add_engine wme3d "Wintermute3D" no
|
|
add_engine foxtail "FoxTail" yes
|
|
add_engine herocraft "HeroCraft" yes
|