aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add MoveImage(), SetDrawOpType(), GPU IRQ supportspicyjpeg2023-05-117-101/+137
* Update binutils and mkpsxiso, enable GCC STL headersspicyjpeg2023-04-065-25/+76
* Clean up all headers, add and rename some BIOS APIsspicyjpeg2023-04-0544-453/+456
* 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-045-13/+164
* Add missing CD image dependencies to CMake scriptsspicyjpeg2023-04-0414-43/+32
* Add IsIdleGPU(), tweak psxgpu.h, fix mdec/strvideospicyjpeg2023-04-046-49/+78
* Add BS v3 decoding, fix MDEC API and strvideo examplespicyjpeg2023-01-238-449/+763
* Fix VSync(), assert(), warnings and some examplesspicyjpeg2023-01-229-43/+37
* 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
* Merge pull request #69 from JohnyTheCarrot/masterspicyjpeg2022-12-251-2/+2
|\
| * Fix wrong documentation by swapping descriptionsTuur Martens2022-12-251-2/+2
|/
* Fix v0.22 CI buildspicyjpeg2022-12-182-11/+4
* Merge pull request #68 from spicyjpeg/bugfixspicyjpeg2022-12-1855-2382/+2256
|\
| * Bump to v0.22, update CMake scripts and docsspicyjpeg2022-12-187-54/+107
| * Clean up MDEC and sound examplesspicyjpeg2022-12-187-92/+73
| * Merge branch 'Lameguy64:master' into bugfixspicyjpeg2022-12-181-6/+6
| |\ | |/ |/|
* | Merge pull request #62 from alextrevisan/masterJohn "Lameguy" Wilbert Villamor2022-12-121-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-1814-403/+334
| * 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-1714-1530/+1437
| * Misc. libpsn00b bugfixes, new critical section macrosspicyjpeg2022-11-1515-134/+124
|/
* Merge pull request #60 from spicyjpeg/bugfixJohn "Lameguy" Wilbert Villamor2022-11-0369-2775/+4415
|\
| * Add inline docs to psxcd.h, psxetc.h, psxgte.hspicyjpeg2022-10-308-192/+1444
| * Refactor dynamic linker, misc. cleanupsspicyjpeg2022-10-306-415/+287
| * Refactor sound examples, add new spustream examplespicyjpeg2022-10-2720-638/+1022
| * 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-2111-491/+631
| * Initial psxgte cleanupspicyjpeg2022-10-1917-764/+658
| * Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-1918-205/+255
|/
* Merge pull request #59 from spicyjpeg/psxmdecJohn "Lameguy" Wilbert Villamor2022-10-1992-1417/+2233
|\
| * 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-175-34/+32
| * Fix sound/spustream, update README and changelogspicyjpeg2022-10-165-15/+91
| * Add mdec/strvideo example, fix psxpress bugspicyjpeg2022-10-1610-16/+539
| * Update sound/spustream, clean up other examplesspicyjpeg2022-10-1514-135/+114
| * Fix dropped IRQs, clean up psxcd and psxetc loggingspicyjpeg2022-10-138-130/+107
| * Update preset files, README, docs and changelogspicyjpeg2022-10-1110-235/+399
| * Replace DEBUG macro with standard NDEBUG macrospicyjpeg2022-10-1110-47/+44
| * Bump required CMake version to 3.21spicyjpeg2022-10-1129-55/+53
| * Update CMake scripts to use generator expressionsspicyjpeg2022-10-115-161/+156
| * Refactor CMake scripts, add separate debug/release buildsspicyjpeg2022-10-097-257/+216