aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Refined toolchain instructions, organized examples, added automatic retry for...John Wilbert M. Villamor2020-04-24130-83/+769
* Fixed CdInit() syntax, fixed CdlFILE, updated toolchain.txt a bit.John Wilbert M. Villamor2020-03-117-49/+84
* Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and add...John Wilbert M. Villamor2020-02-2814-45/+938
* Merge pull request #16 from thp/libc-abs-labsJohn Wilbert Villamor2020-02-262-0/+8
|\
| * Add labs() to stdlib.hThomas Perl2020-02-241-0/+1
| * libc: Add abs() and labs() functionsThomas Perl2020-02-241-0/+7
|/
* Updated website domainJohn Wilbert M. Villamor2020-01-311-2/+2
* Updated hello world with more commentsJohn Wilbert M. Villamor2020-01-062-54/+108
* Some minor updates, added CD-ROM library documentationJohn Wilbert M. Villamor2020-01-0615-29/+149
* Merge pull request #10 from JaCzekanski/patch-2John Wilbert Villamor2020-01-061-1/+1
|\
| * Fixed typo in setUVWHJakub Czekański2019-12-031-2/+2
* | Merge pull request #11 from greenaddress/readme_typoJohn Wilbert Villamor2020-01-063-1/+16
|\ \
| * | don't set the version if already setLawrence Nahum2019-12-082-0/+7
| * | don't set GCC_BASE if already set (useful for in home toolchain)Lawrence Nahum2019-12-082-0/+8
| * | toolchain read me typo s/with/wishLawrence Nahum2019-12-081-1/+1
|/ /
* | Merge pull request #9 from JaCzekanski/patch-1John Wilbert Villamor2019-12-071-2/+2
|\ \ | |/ |/|
| * Fix setDrawMask macroJakub Czekański2019-11-291-2/+2
|/
* Forgot to commit render2texJohn Wilbert M. Villamor2019-11-257-0/+703
* Forgot to update libpsn00b readmeJohn Wilbert M. Villamor2019-11-221-2/+3
* 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