gint/src
Lephe 85311a0b31
drivers: update the model, replacing unload() with wait()
The unload() function is not very relevant for drivers because hardware
state is managed by ctx_save() and ctx_restore() and software state is
managed by underlying drivers when there are dependencies.

For now, it's been replaced with a wait() function that allows drivers
to not be interrupted at any point. It is currently used by the DMA to
wait for ongoing transfers to finish before disabling interrupts (which
would prevent the transfer end from being detected) and switching in and
out of gint.
2020-05-10 16:36:21 +02:00
..
core drivers: update the model, replacing unload() with wait() 2020-05-10 16:36:21 +02:00
cpg drivers: update the model, replacing unload() with wait() 2020-05-10 16:36:21 +02:00
dma drivers: update the model, replacing unload() with wait() 2020-05-10 16:36:21 +02:00
gray render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01:00
keysc drivers: update the model, replacing unload() with wait() 2020-05-10 16:36:21 +02:00
r61524 drivers: update the model, replacing unload() with wait() 2020-05-10 16:36:21 +02:00
render code review and display driver changes 2020-02-23 16:05:25 +01:00
render-cg code review and display driver changes 2020-02-23 16:05:25 +01:00
render-fx render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01:00
rtc drivers: update the model, replacing unload() with wait() 2020-05-10 16:36:21 +02:00
std core, tmu: add gint_switch(), return to menu, and improve timer code 2020-05-10 14:03:41 +02:00
t6k11 drivers: update the model, replacing unload() with wait() 2020-05-10 16:36:21 +02:00
tmu drivers: update the model, replacing unload() with wait() 2020-05-10 16:36:21 +02:00
font5x7.png render: refactor to share functions, and basic text on fxcg50 2019-06-15 01:05:31 -04:00
font8x9.png style, formatting, font 2019-09-03 22:29:04 +02:00