bsnes/snesreader/zlib
byuu 46a1eb8cce Update to bsnes v059r06 release.
This is an experimental release, as such it is posted only to Google Code.
Changelog:
    - 21fx API moved to pre-finalized form as S-MSU1; more about this on the forum
    - OpenGL driver now uses GL_CLAMP_TO_BORDER instead of GL_CLAMP_TO_EDGE to support screen curvature shader
    - rewrote file open dialog; code is greatly simplified, interface is improved
    - all cheat code columns are now enquoted, and empty codes at the bottom of the file are omitted (format is compatible with previous releases still)
    - debugger: added missing DMA variables to S-CPU properties viewer
    - snesfilter: added OpenMP (multi-threading) support to HQ2x filter
    - lots of other miscellaneous code cleanup work
2010-01-24 23:21:38 +00:00
..
adler32.c Update to bsnes v059r06 release. 2010-01-24 23:21:38 +00:00
crc32.c Update to bsnes v059r06 release. 2010-01-24 23:21:38 +00:00
crc32.h Update to bsnes v059r06 release. 2010-01-24 23:21:38 +00:00
inffast.c Update to bsnes v059r06 release. 2010-01-24 23:21:38 +00:00
inffast.h Update to bsnes v059r06 release. 2010-01-24 23:21:38 +00:00
inffixed.h Update to bsnes v059r06 release. 2010-01-24 23:21:38 +00:00
inflate.c Update to bsnes v059r06 release. 2010-01-24 23:21:38 +00:00
inflate.h Update to bsnes v059r06 release. 2010-01-24 23:21:38 +00:00
inftrees.c Update to bsnes v059r06 release. 2010-01-24 23:21:38 +00:00
inftrees.h Update to bsnes v059r06 release. 2010-01-24 23:21:38 +00:00
readme.txt Update to bsnes v059r06 release. 2010-01-24 23:21:38 +00:00
zconf.h Update to bsnes v059r06 release. 2010-01-24 23:21:38 +00:00
zlib.h Update to bsnes v059r06 release. 2010-01-24 23:21:38 +00:00
zlib.txt Update to bsnes v059r06 release. 2010-01-24 23:21:38 +00:00
zutil.c Update to bsnes v059r06 release. 2010-01-24 23:21:38 +00:00
zutil.h Update to bsnes v059r06 release. 2010-01-24 23:21:38 +00:00

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.