aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b
Commit message (Expand)AuthorAgeFilesLines
* Add MoveImage(), SetDrawOpType(), GPU IRQ supportspicyjpeg2023-05-117-101/+137
* Clean up all headers, add and rename some BIOS APIsspicyjpeg2023-04-0540-378/+453
* Fix non-standard string.h functions, remove argv parserspicyjpeg2023-04-049-400/+447
* Add argument validation to most libpsn00b functionsspicyjpeg2023-04-0413-22/+139
* Add PCDRV API, fix warnings and DS region misdetectionspicyjpeg2023-04-042-6/+159
* Add missing CD image dependencies to CMake scriptsspicyjpeg2023-04-041-8/+7
* Add IsIdleGPU(), tweak psxgpu.h, fix mdec/strvideospicyjpeg2023-04-044-27/+52
* Add BS v3 decoding, fix MDEC API and strvideo examplespicyjpeg2023-01-237-420/+718
* Fix VSync(), assert(), warnings and some examplesspicyjpeg2023-01-224-12/+15
* Fix VSync() rate limiter, add missing tagless packetsspicyjpeg2023-01-135-102/+128
* Re-enable MoveImage(), add tagless primitive structsspicyjpeg2022-12-284-131/+151
* Add CdUnlock() and DMA priority APIspicyjpeg2022-12-289-103/+258
* Fix wrong documentation by swapping descriptionsTuur Martens2022-12-251-2/+2
* Bump to v0.22, update CMake scripts and docsspicyjpeg2022-12-182-22/+41
* 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-188-91/+131
* | Misc. bugfixes, add support for DRAWENV texture windowsspicyjpeg2022-12-188-55/+115
* | Fix dynamic linker symbol resolver and assert macrospicyjpeg2022-12-185-128/+80
* | Refactor libpsxcd, add new CD-ROM APIs, fix SPU DMA readspicyjpeg2022-11-1713-1529/+1436
* | Misc. libpsn00b bugfixes, new critical section macrosspicyjpeg2022-11-1515-134/+124
|/
* Add inline docs to psxcd.h, psxetc.h, psxgte.hspicyjpeg2022-10-306-179/+1432
* Refactor dynamic linker, misc. cleanupsspicyjpeg2022-10-304-390/+264
* Refactor sound examples, add new spustream examplespicyjpeg2022-10-274-23/+49
* Fix SPU_TRANSFER_BY_IO mode, add IRQ/DMA enumsspicyjpeg2022-10-277-49/+107
* Library bugfixes and additions, _sdk_log_inner() removalspicyjpeg2022-10-239-141/+131
* Rewrite psxsio with new API, fix compiler warningsspicyjpeg2022-10-2110-490/+626
* Initial psxgte cleanupspicyjpeg2022-10-1917-764/+658
* Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-1916-201/+239
* Add debug log buffering, fix GetHeapUsage()spicyjpeg2022-10-1813-204/+216
* Add MoveImage(), use draw queue for psxgpu VRAM APIsspicyjpeg2022-10-185-122/+181
* Remove interrupt disabling calls in psxcd callback APIsspicyjpeg2022-10-174-34/+30
* Add mdec/strvideo example, fix psxpress bugspicyjpeg2022-10-166-16/+44
* Fix dropped IRQs, clean up psxcd and psxetc loggingspicyjpeg2022-10-134-93/+84
* Update preset files, README, docs and changelogspicyjpeg2022-10-111-2/+0
* Replace DEBUG macro with standard NDEBUG macrospicyjpeg2022-10-1110-47/+44
* Update CMake scripts to use generator expressionsspicyjpeg2022-10-114-158/+149
* Refactor CMake scripts, add separate debug/release buildsspicyjpeg2022-10-094-204/+188
* Optimize memset(), add heap usage API, remove _mem_init()spicyjpeg2022-10-084-50/+184
* Fix DMACallback bug, disable logging in release buildsspicyjpeg2022-10-0810-212/+181
* Replace psxgpu debug font, add CdGetSector2()spicyjpeg2022-10-068-84/+60
* Update version number, clean up old headersspicyjpeg2022-09-2225-62/+63
* Bump GCC to 12.2.0, update docs and installation guidespicyjpeg2022-09-211-0/+42
* Fix psxetc bugs, IRQ controller register sizespicyjpeg2022-08-213-6/+7
* Fix psxgpu and psxetc bugs, add VSyncHaltFunction()spicyjpeg2022-08-213-30/+57
* Rewrite libpsxetc in C, add ResetCallback()spicyjpeg2022-08-139-438/+235
* Clean up and add audio file to sound/spustream examplespicyjpeg2022-08-111-7/+10
* Misc. fixes, add texturing to graphics/gte examplespicyjpeg2022-08-104-7/+10
* Rewrite libpsxspu in C and update sound examplesspicyjpeg2022-07-3116-513/+297