aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxetc/font.c
Commit message (Collapse)AuthorAgeFilesLines
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-191-225/+0
| | | | 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()
* Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed ↵John Wilbert M. Villamor2019-10-111-1/+189
| | | | negative values in vsprintf(), added billboard sprites example
* Added C++ support, updated build instructions and makefiles, consolidated ↵John Wilbert M. Villamor2019-07-171-1/+1
| | | | libc and libgcc (during build process), libraries now v0.12b and more
* fix FntLoad to non-zero y locations for debug fontwilliamblair2019-06-301-2/+2
|
* LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and ↵John Wilbert M. Villamor2019-06-231-2/+2
| | | | VSync(), better reference manual.
* First commitJohn Wilbert M. Villamor2019-04-061-0/+37