aboutsummaryrefslogtreecommitdiff
path: root/examples/demos/n00bdemo/disp.c
Commit message (Collapse)AuthorAgeFilesLines
* Split off libsmd from n00bdemo into separate libraryspicyjpeg2023-06-201-1/+1
|
* Fix IRQ bugs, PutDispEnv() PAL screen centeringspicyjpeg2023-06-201-14/+14
|
* Refactor libpsxgpu in C, add OT drawing queuespicyjpeg2022-06-291-1/+1
|
* 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.
* Refined toolchain instructions, organized examples, added automatic retry ↵John Wilbert M. Villamor2020-04-241-0/+72
for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.