aboutsummaryrefslogtreecommitdiff
path: root/examples/system/childexec/child.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-171-326/+0
|
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-011-1/+2
| | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK.
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-191-1/+7
| | | | moved ISR and callback system to psxetc, moved debug font to psxgpu, fixed CD-ROM library crashing on PSIO, fixed interrupt callback setup to fix crashing on ResetGraph()
* Refined toolchain instructions, organized examples, added automatic retry ↵John Wilbert M. Villamor2020-04-241-0/+319
for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.