aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxapi/_syscalls.s
Commit message (Collapse)AuthorAgeFilesLines
* Replace .include with #includefix-includeXavier Del Campo Romero2025-07-051-161/+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.
* More library cleanups and libc fixesspicyjpeg2023-05-211-11/+22
|
* Add PCDRV API, fix warnings and DS region misdetectionspicyjpeg2023-04-041-6/+105
|
* Misc. libpsn00b bugfixes, new critical section macrosspicyjpeg2022-11-151-8/+9
|
* Remove MDEC indev example, add more kernel APIsspicyjpeg2022-07-231-0/+50