mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-17 17:12:39 -05:00
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
apps/plugins/puzzles/lz4tiny.h
Normal file
1
apps/plugins/puzzles/lz4tiny.h
Normal file
|
|
@ -0,0 +1 @@
|
|||
void LZ4_decompress_tiny(const char* const source, char* const dest, int outputSize);
|
||||
Loading…
Add table
Add a link
Reference in a new issue