aboutsummaryrefslogtreecommitdiff
path: root/indev
Commit message (Collapse)AuthorAgeFilesLines
* Replace .include with #includefix-includeXavier Del Campo Romero2025-07-054-0/+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.
* Included PSn00bDBG-mk2 monitor and test utilitylameguy642024-05-0423-0/+5632
|
* Refactor CMake scripts, add separate debug/release buildsspicyjpeg2022-10-091-39/+0
|
* Remove MDEC indev example, add more kernel APIsspicyjpeg2022-07-235-417/+0
|
* Fixed up psxmdec prototype to use psxpressU-Lameguy64-LT\Lameguy642022-04-015-484/+67
|
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-182-2/+1
|
* Added io/pads example, psxpad.h definitions, bugfixesspicyjpeg2021-11-071-0/+4
|
* Added indev directoryLameguy642021-10-2512-0/+1937