gint/src/core
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
..
bootlog.c exc: add exception handlers, use them in the DMA 2019-09-03 22:15:00 +02:00
exch.c render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01:00
exch.s core: allow custom panics and exception catching 2019-09-13 08:10:30 +02:00
gint.c libc: split standard headers properly 2019-07-16 15:38:18 -04:00
hardware.c expose more platform-agnostic code 2019-09-06 12:16:31 +02:00
inth.S exc: add exception handlers, use them in the DMA 2019-09-03 22:15:00 +02:00
mmu.c core: add a hardware detection interface 2019-07-04 12:11:43 -04:00
setup.c small improvements 2019-09-19 15:59:38 +02:00
start.c support data loading in ILRAM, XRAM and YRAM 2019-09-15 19:29:47 +02:00
syscalls.S core: add BFile_FindFirst, Next and Close syscalls 2020-01-13 23:14:30 +01:00
vbr.s Hybrid build system and runtime (no interrupts). t6k11 driver. Basic r61524 driver. 2018-04-19 13:24:26 +02:00