gint/include
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 exc: add exception handlers, use them in the DMA 2019-09-03 22:15:00 +02:00
display render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
gint core: add BFile_FindFirst, Next and Close syscalls 2020-01-13 23:14:30 +01:00