1
0
Fork 0
forked from len0rd/rockbox

puzzles: resync with upstream 262f709.

This is the first resync with a fully unmodified upstream repo. This
includes a new scanline polygon renderer in the upstream puzzles
distribution. This allows us to get rid of the monstrosity of a
polygon renderer we had been shipping in rockbox.c.

Change-Id: I23628c74bb5ff7a9e7932bf16d68a1c867c49969
This commit is contained in:
Franklin Wei 2024-08-11 23:34:57 -04:00
parent 903e8c5b32
commit ea0e3704a8
15 changed files with 700 additions and 683 deletions

View file

@ -7,6 +7,7 @@ lz4tiny.c
/* puzzles core sources */
src/combi.c
src/divvy.c
src/draw-poly.c
src/drawing.c
src/dsf.c
src/findloop.c