gint/src/gray
Lephe 2751dcf045
remove the .gint.data section
Since both platforms now have their VBR and gint-specific data loaded
along the add-in's data, the .gint.data section is entirely unused.

The .gint.bss section is still used for uninitialized objects (it has
different semantics than .bss which is initially cleared) and the
.gint.data.sh3 and .gint.bss.sh3 sections that are dropped on the
SH4-only fx-CG 50 are also still used.
2020-07-10 16:36:05 +02:00
..
engine.c remove the .gint.data section 2020-07-10 16:36:05 +02:00
gclear.c gray: add engine, basic drawing and text 2019-07-20 12:31:46 -04:00
ghline.c render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
gimage.c bopti: deprecate image_t, renamed to bopti_image_t 2020-06-01 12:11:59 +02:00
gline.c gray: add gpixel() and gline() 2019-07-27 19:48:36 -04:00
gpixel.c gray: add gpixel() and gline() 2019-07-27 19:48:36 -04:00
grect.c gray: add engine, basic drawing and text 2019-07-20 12:31:46 -04:00
gtext.c gray: add engine, basic drawing and text 2019-07-20 12:31:46 -04:00
gvline.c render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00