aboutsummaryrefslogtreecommitdiff
path: root/examples/system/childexec/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Migrated examples to CMakespicyjpeg2021-09-121-93/+0
|
* Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-171-24/+81
|
* Lots of makefile corrections, improved build and toolchain instructions, ↵John Wilbert M. Villamor2021-02-181-1/+2
| | | | added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
* Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵John Wilbert M. Villamor2020-11-291-3/+0
| | | | memmove(), removed redundant toolchain definitions, added HDTV example
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-191-4/+4
| | | | 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/+38
for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.