aboutsummaryrefslogtreecommitdiff
path: root/examples/demos/n00bdemo/logo.c
Commit message (Collapse)AuthorAgeFilesLines
* Split off libsmd from n00bdemo into separate libraryspicyjpeg2023-06-201-121/+121
|
* Remove stdint.h, fix n00bdemo crashingspicyjpeg2022-03-201-1/+3
|
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-181-1/+0
|
* Migrated examples to CMakespicyjpeg2021-09-121-1/+1
|
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-011-16/+17
| | | | 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/+428
for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.