aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxgpu/font.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix setjmp.h, FntSort(), examples, rewrite system/timerspicyjpeg2023-07-031-5/+16
|
* More library cleanups and libc fixesspicyjpeg2023-05-211-75/+76
|
* Add argument validation to most libpsn00b functionsspicyjpeg2023-04-041-4/+10
|
* Replace psxgpu debug font, add CdGetSector2()spicyjpeg2022-10-061-17/+19
|
* Deprecate u_short, u_int and u_long types in libpsn00bspicyjpeg2022-07-301-14/+13
|
* 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()