forked from len0rd/rockbox
puzzles: compress extensive help text
This is only really needed to save a few bytes on the c200v2, but since it adds negligible overhead, so it's implemented for all targets. A stripped down version of the LZ4 reference implementation is found in lz4tiny.c. Change-Id: Ib914ba71c84e04da282328662c752e533912e197
This commit is contained in:
parent
5645135092
commit
bf25f3e6e7
46 changed files with 7347 additions and 2838 deletions
|
|
@ -1,6 +1,7 @@
|
|||
rockbox.c
|
||||
rbwrappers.c
|
||||
rbmalloc.c
|
||||
lz4tiny.c
|
||||
|
||||
src/combi.c
|
||||
src/divvy.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue