aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added long awaited CD-ROM library and loads of fixes, see changelog for detailsJohn Wilbert M. Villamor2019-11-2247-147/+3147
* Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed nega...John Wilbert M. Villamor2019-10-1122-30/+571
* Fixed canvas of PSn00bSDK logoJohn Wilbert M. Villamor2019-09-241-45/+36
* Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in setU...John Wilbert M. Villamor2019-09-238-8/+192
* Added childexec example, added BIOS memory card functions, changed PAD functi...John Wilbert M. Villamor2019-08-1733-57/+918
* Accidentally broke SPU (set SPUCNT with 0x8001 instead of 0xC001)John Wilbert M. Villamor2019-07-201-1/+1
* Added fpscam example, added small descriptions to examples, minor readme changesJohn Wilbert M. Villamor2019-07-1810-15/+920
* Added C++ support, updated build instructions and makefiles, consolidated lib...John Wilbert M. Villamor2019-07-1743-327/+1469
* Merge pull request #8 from williamblair/fntsort_fixJohn Wilbert Villamor2019-07-011-2/+2
|\
| * 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-242-1/+2
* Minor readme updatelameguy642019-06-231-29/+35
* LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and VSyn...John Wilbert M. Villamor2019-06-2359-487/+1747
* Merge pull request #6 from qbradq/issue-5John Wilbert Villamor2019-06-081-1/+1
|\
| * Swapped buffer length litteral with sizeof operatorNorman B. Lancaster2019-06-061-1/+1
|/
* Merge pull request #2 from root670/add-editorconfigJohn Wilbert Villamor2019-05-241-0/+8
|\
| * Add .editorconfig.root6702019-04-171-0/+8
* | Added BIOS Controller, BIOS CD, 2 new examples and custom exit handler in the...lameguy642019-05-2329-70/+1102
|/
* Fixed a typo in the prefix parameter for configuring GCC and removed switch t...lameguy642019-04-121-1/+1
* * Fixed lzpack producing broken QLP archives breaking the n00bdemo example.\n...lameguy642019-04-124-11/+11
* Fixed gcc configure parameterslameguy642019-04-081-1/+1
* First commitJohn Wilbert M. Villamor2019-04-06222-0/+32100