aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxetc
Commit message (Collapse)AuthorAgeFilesLines
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-181-2/+2
|
* libc build fix, replaced dlerror() strings with enumspicyjpeg2021-10-201-95/+111
|
* Migrated libpsn00b to CMakespicyjpeg2021-09-122-60/+1
|
* Added dynamic linker API and example, updated README and changelogspicyjpeg2021-08-173-7/+728
|
* Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-171-23/+36
|
* Minor Makefile fixesAustin Annestrand2021-02-201-1/+1
|
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-1910-424/+437
| | | | 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-113-7/+191
| | | | negative values in vsprintf(), added billboard sprites example
* Added C++ support, updated build instructions and makefiles, consolidated ↵John Wilbert M. Villamor2019-07-172-4/+2
| | | | 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-233-5/+5
| | | | VSync(), better reference manual.
* First commitJohn Wilbert M. Villamor2019-04-066-0/+288