rockbox/lib/x1000-installer
Aidan MacDonald e8faf2f2ad buflib: add a common dummy callbacks struct & use it
There are various allocations that can't be moved or shrunk.
Provide a global callback struct for this use case instead of
making each caller declare its own dummy struct.

Also fixed ROLO and x1000 installer code which incorrectly
used movable allocations.

Change-Id: I00088396b9826e02e69a4a33477fe1a7816374f1
2022-02-12 10:24:32 -05:00
..
include
src buflib: add a common dummy callbacks struct & use it 2022-02-12 10:24:32 -05:00
test x1000-installer: add test for xf_map_parseline 2021-11-28 15:46:02 +00:00
test_lib buflib: add a common dummy callbacks struct & use it 2022-02-12 10:24:32 -05:00
.gitignore
Makefile x1000-installer: add test for xf_map_parseline 2021-11-28 15:46:02 +00:00
SOURCES
x1000-installer.make