gint/src
Alice 32aef78600 core: add BFile_FindFirst, Next and Close syscalls
The return code -1 noted in the BFile_FindFirst or BFile_FindNext is
from test,  which mean it could be possibles that they are negative
error code from functions failing and not meaning that no file have been
found, to be sure, the value IML_FILEERR_ENUMERATEEND from filebios.h in
the fxlib need to be checked (and maybe defined in gint with a more
meaningful name for user interactivity)
2020-01-13 23:14:30 +01:00
..
core core: add BFile_FindFirst, Next and Close syscalls 2020-01-13 23:14:30 +01:00
cpg expose more platform-agnostic code 2019-09-06 12:16:31 +02:00
dma dma: finalize dma_memset() and dma_memcpy() 2019-09-15 19:30:57 +02:00
gray render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01:00
keysc keyboard: add keydown() in the model 2019-09-28 19:25:01 +02:00
r61524 dma: only expose API on fxcg50 2019-09-15 10:20:37 +02:00
render render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
render-cg bopti-cg: add p8, p4, and fix alignment issues on r5g6b5 2019-11-15 13:31:44 +01:00
render-fx render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01:00
rtc expose more platform-agnostic code 2019-09-06 12:16:31 +02:00
std small improvements 2019-09-19 15:59:38 +02:00
t6k11 dma: only expose API on fxcg50 2019-09-15 10:20:37 +02:00
tmu tmu: improve code style and clear masks 2019-07-18 15:19:29 -04: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