aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxgpu/font.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor libpsxgpu in C, add OT drawing queuespicyjpeg2022-06-291-3/+44
|
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-181-1/+1
|
* Forgot to commit updated font.cJohn Wilbert M. Villamor2021-08-311-5/+5
|
* Fixed missing type errors when compiling libraries due to the new variable ↵John Wilbert M. Villamor2021-07-011-0/+1
| | | | type changes
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-191-0/+225
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()