bsnes-plus/common/zlib/readme.txt
2018-06-23 01:46:49 -04:00

10 lines
363 B
Text

This is NOT the complete zlib distribution; it is just a subset of the
source needed by the File_Extractor library. I've made some minor
changes:
* Enabled DYNAMIC_CRC_TABLE in zconf.h, to reduce executable size
slightly.
* Made z_stream_s's msg const char* to eliminate many warnings.
You can remove these sources and link to your own copy of zlib if
desired.