aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/include
Commit message (Expand)AuthorAgeFilesLines
* Add MoveImage(), SetDrawOpType(), GPU IRQ supportspicyjpeg2023-05-113-34/+46
* Clean up all headers, add and rename some BIOS APIsspicyjpeg2023-04-0529-323/+227
* Fix non-standard string.h functions, remove argv parserspicyjpeg2023-04-043-27/+40
* Add argument validation to most libpsn00b functionsspicyjpeg2023-04-041-0/+19
* Add PCDRV API, fix warnings and DS region misdetectionspicyjpeg2023-04-041-0/+54
* Add IsIdleGPU(), tweak psxgpu.h, fix mdec/strvideospicyjpeg2023-04-042-20/+33
* Add BS v3 decoding, fix MDEC API and strvideo examplespicyjpeg2023-01-231-43/+83
* Fix VSync(), assert(), warnings and some examplesspicyjpeg2023-01-221-3/+5
* Fix VSync() rate limiter, add missing tagless packetsspicyjpeg2023-01-132-40/+59
* Re-enable MoveImage(), add tagless primitive structsspicyjpeg2022-12-281-101/+111
* Add CdUnlock() and DMA priority APIspicyjpeg2022-12-282-20/+78
* Fix wrong documentation by swapping descriptionsTuur Martens2022-12-251-2/+2
* Merge branch 'Lameguy64:master' into bugfixspicyjpeg2022-12-181-6/+6
|\
| * Removed spacesAlexandro Trevisan2022-11-121-2/+2
| * Updated documentationAlexandro Trevisan2022-11-121-8/+8
* | Rearrange hwregs_c.h and k573io.h, add clz intrinsicsspicyjpeg2022-12-182-64/+61
* | Misc. bugfixes, add support for DRAWENV texture windowsspicyjpeg2022-12-181-2/+13
* | Fix dynamic linker symbol resolver and assert macrospicyjpeg2022-12-183-24/+13
* | Refactor libpsxcd, add new CD-ROM APIs, fix SPU DMA readspicyjpeg2022-11-171-376/+628
* | Misc. libpsn00b bugfixes, new critical section macrosspicyjpeg2022-11-154-6/+44
|/
* Add inline docs to psxcd.h, psxetc.h, psxgte.hspicyjpeg2022-10-306-179/+1432
* Refactor dynamic linker, misc. cleanupsspicyjpeg2022-10-302-117/+132
* Refactor sound examples, add new spustream examplespicyjpeg2022-10-273-18/+39
* Fix SPU_TRANSFER_BY_IO mode, add IRQ/DMA enumsspicyjpeg2022-10-273-8/+36
* Library bugfixes and additions, _sdk_log_inner() removalspicyjpeg2022-10-233-12/+31
* Rewrite psxsio with new API, fix compiler warningsspicyjpeg2022-10-212-54/+211
* Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-193-62/+83
* Add debug log buffering, fix GetHeapUsage()spicyjpeg2022-10-181-0/+15
* Add MoveImage(), use draw queue for psxgpu VRAM APIsspicyjpeg2022-10-181-6/+16
* Remove interrupt disabling calls in psxcd callback APIsspicyjpeg2022-10-171-2/+2
* Add mdec/strvideo example, fix psxpress bugspicyjpeg2022-10-161-2/+5
* Replace DEBUG macro with standard NDEBUG macrospicyjpeg2022-10-111-3/+3
* Optimize memset(), add heap usage API, remove _mem_init()spicyjpeg2022-10-081-2/+13
* Replace psxgpu debug font, add CdGetSector2()spicyjpeg2022-10-061-0/+1
* Update version number, clean up old headersspicyjpeg2022-09-226-32/+34
* Fix psxetc bugs, IRQ controller register sizespicyjpeg2022-08-211-3/+3
* Fix psxgpu and psxetc bugs, add VSyncHaltFunction()spicyjpeg2022-08-211-0/+1
* Rewrite libpsxetc in C, add ResetCallback()spicyjpeg2022-08-132-8/+19
* Misc. fixes, add texturing to graphics/gte examplespicyjpeg2022-08-101-1/+1
* Rewrite libpsxspu in C and update sound examplesspicyjpeg2022-07-313-87/+122
* Deprecate u_short, u_int and u_long types in libpsn00bspicyjpeg2022-07-307-794/+638
* Replace default allocator with psyqo implementationspicyjpeg2022-07-231-25/+14
* Add experimental psxpress Huffman decoding APIspicyjpeg2022-07-171-8/+242
* Change I/O base address to 0xbf80, use size_t in stdlibspicyjpeg2022-07-173-78/+80
* Refactor libpsxgpu in C, add OT drawing queuespicyjpeg2022-06-291-25/+44
* Clean up io/system573 example and libpsxpressspicyjpeg2022-06-271-5/+5
* Replace inline_c.h contents with nugget's inline_n.hspicyjpeg2022-03-311-222/+1171
* Add FPS counter to n00bdemo, more psxpad commandsspicyjpeg2022-03-231-3/+7
* Add mdec/mdecimage example, psxpress fixesspicyjpeg2022-03-201-0/+1
* Remove stdint.h, fix n00bdemo crashingspicyjpeg2022-03-202-17/+1