aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxapi/sys.s
Commit message (Collapse)AuthorAgeFilesLines
* Replace .include with #includefix-includeXavier Del Campo Romero2025-07-051-358/+0
| | | | | | | | | For some reason, both mipsel-unknown-elf-gcc 8.2.0 and mipsel-non-elf 15.1.0 were unable to resolve .include assembler directives. As a workaround, it is still possible to use the preprocessor, and therefore the usual #include preprocessor directive. However, this requires the assembly files to use the uppercase .S file extension.
* Clean up all headers, add and rename some BIOS APIsspicyjpeg2023-04-051-17/+41
|
* Remove MDEC indev example, add more kernel APIsspicyjpeg2022-07-231-23/+91
|
* Fix critical ldscript bug and CI, add BIOS setjmpspicyjpeg2022-03-071-1/+17
|
* Rewrite psxapi with BIOS API stub generator scriptspicyjpeg2022-02-071-0/+250