fxsdk/fxsdk
Lephenixnoir c79b3b1a9d
fxconv: add suport for libimg images and deprecate --image
This commit introduces the libimg image format, selected with the option
type:libimg-image. To avoid confusion with the bopti image format,
options -i and --image are now deprecated and should be replaced with
--bopti-image or type:bopti-image. The fxSDK Makefile has been updated
accordingly.

To support the construction of a structure that contains a pointer in
fxconv, an assembly-code feature has been added. The structure itself is
assembled with as and then linked with the data proper. This allows the
structure to reference the data by name and have the pointer calculated
by ld at link time.
2020-03-11 19:37:27 +01:00
..
assets fxconv: add suport for libimg images and deprecate --image 2020-03-11 19:37:27 +01:00
fxsdk.sh fxsdk: split additional libs into LIBS_FX and LIBS_CG 2020-03-10 22:39:25 +01:00