mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-04-02 10:42:14 -04:00
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 |
||
---|---|---|
.. | ||
adler32.c | ||
crc32.c | ||
crc32.h | ||
inffast.c | ||
inffast.h | ||
inffixed.h | ||
inflate.c | ||
inflate.h | ||
inftrees.c | ||
inftrees.h | ||
readme.txt | ||
zconf.h | ||
zlib.h | ||
zlib.txt | ||
zutil.c | ||
zutil.h |
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.