rockbox/apps/plugins/puzzles/SOURCES
Franklin Wei 992a12670e puzzles: update frontend for new upstream, misc. changes
The upstream code changed a little bit with regard to the request_keys()
API. Also, we save some bytes (especially on the c200v2) by compiling with
-ffunction-sections and -fdata-sections, which allows Net to fit once again.

Change-Id: I3ab30127169c73e4cd8996f0c12e1223ee18d79f
2018-04-24 19:06:30 -04:00

28 lines
354 B
Text

rockbox.c
rbwrappers.c
rbmalloc.c
lz4tiny.c
src/combi.c
src/divvy.c
src/drawing.c
src/dsf.c
src/findloop.c
src/grid.c
src/latin.c
src/laydomino.c
src/loopgen.c
/*src/malloc.c*/ /* we have our own */
src/matching.c
src/midend.c
src/misc.c
src/penrose.c
src/printing.c
src/random.c
src/tdq.c
src/tree234.c
src/version.c
#ifdef COMBINED
src/list.c
#endif