mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-17 19:16:02 +01:00
* lzma initial commit * Save 13 bytes per lzma compression * initial lzma support * update readme * Update submodule * linux: Fix gb makefile Co-authored-by: Konrad Beckmann <konrad.beckmann@gmail.com>
Decompression code from the official LZMA SDK 19.00
7zTypes.h is slightly modified so that the alloc struct uses the stack instead of
global/heap.
lzma.c and lzma.h are novel code to simplify the API.