aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b
Commit message (Expand)AuthorAgeFilesLines
...
* Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed nega...John Wilbert M. Villamor2019-10-1113-22/+208
* Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in setU...John Wilbert M. Villamor2019-09-236-8/+38
* Added childexec example, added BIOS memory card functions, changed PAD functi...John Wilbert M. Villamor2019-08-1723-48/+199
* Accidentally broke SPU (set SPUCNT with 0x8001 instead of 0xC001)John Wilbert M. Villamor2019-07-201-1/+1
* Added C++ support, updated build instructions and makefiles, consolidated lib...John Wilbert M. Villamor2019-07-1732-235/+1179
* fix FntLoad to non-zero y locations for debug fontwilliamblair2019-06-301-2/+2
* Fixed local label typo in memcpy.sJohn Wilbert M. Villamor2019-06-261-1/+1
* Fixed bug in DrawPrim() where it sends 1 extra junk wordJohn Wilbert M. Villamor2019-06-241-0/+1
* LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and VSyn...John Wilbert M. Villamor2019-06-2350-400/+1493
* Added BIOS Controller, BIOS CD, 2 new examples and custom exit handler in the...lameguy642019-05-2314-52/+181
* * Fixed lzpack producing broken QLP archives breaking the n00bdemo example.\n...lameguy642019-04-121-1/+1
* First commitJohn Wilbert M. Villamor2019-04-06130-0/+8680