aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/include/psxgpu.h
Commit message (Collapse)AuthorAgeFilesLines
* Added missing header declarations, FlushCache, misc library bugfixesspicyjpeg2021-08-171-0/+2
|
* Fixed missing type errors when compiling libraries due to the new variable ↵John Wilbert M. Villamor2021-07-011-1/+1
| | | | type changes
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-011-234/+270
| | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK.
* Added updated library reference, added struct names in psxgpu.h, defined GTE ↵John Wilbert M. Villamor2021-01-051-35/+35
| | | | squareroot functions and added C++ demo example.
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-191-6/+8
| | | | 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 CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and ↵John Wilbert M. Villamor2020-02-281-7/+9
| | | | added cdbrowse example.
* Merge pull request #10 from JaCzekanski/patch-2John Wilbert Villamor2020-01-061-1/+1
|\ | | | | Fixed typo in setUVWH
| * Fixed typo in setUVWHJakub Czekański2019-12-031-2/+2
| |
* | Fix setDrawMask macroJakub Czekański2019-11-291-2/+2
|/ | | Missing parenthesis caused compilation error when passing a reference to DR_MASK
* Added long awaited CD-ROM library and loads of fixes, see changelog for detailsJohn Wilbert M. Villamor2019-11-221-15/+41
|
* Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed ↵John Wilbert M. Villamor2019-10-111-1/+1
| | | | negative values in vsprintf(), added billboard sprites example
* Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in ↵John Wilbert M. Villamor2019-09-231-3/+3
| | | | setUVWH() macro
* Added childexec example, added BIOS memory card functions, changed PAD ↵John Wilbert M. Villamor2019-08-171-7/+2
| | | | function names, runtime library now 0.13b
* Added C++ support, updated build instructions and makefiles, consolidated ↵John Wilbert M. Villamor2019-07-171-8/+12
| | | | libc and libgcc (during build process), libraries now v0.12b and more
* LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and ↵John Wilbert M. Villamor2019-06-231-49/+55
| | | | VSync(), better reference manual.
* First commitJohn Wilbert M. Villamor2019-04-061-0/+556