aboutsummaryrefslogtreecommitdiff
path: root/examples/demos/n00bdemo/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-181-1/+0
|
* Added io/pads example, psxpad.h definitions, bugfixesspicyjpeg2021-11-071-1/+7
|
* Updated changelog and files missing from last commitspicyjpeg2021-09-271-2/+4
|
* Migrated examples to CMakespicyjpeg2021-09-121-2/+2
|
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-011-7/+10
| | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK.
* Refined toolchain instructions, organized examples, added automatic retry ↵John Wilbert M. Villamor2020-04-241-0/+650
for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.