| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add MoveImage(), SetDrawOpType(), GPU IRQ support | spicyjpeg | 2023-05-11 | 7 | -101/+137 |
| * | Update binutils and mkpsxiso, enable GCC STL headers | spicyjpeg | 2023-04-06 | 5 | -25/+76 |
| * | Clean up all headers, add and rename some BIOS APIs | spicyjpeg | 2023-04-05 | 44 | -453/+456 |
| * | Fix non-standard string.h functions, remove argv parser | spicyjpeg | 2023-04-04 | 9 | -400/+447 |
| * | Add argument validation to most libpsn00b functions | spicyjpeg | 2023-04-04 | 13 | -22/+139 |
| * | Add PCDRV API, fix warnings and DS region misdetection | spicyjpeg | 2023-04-04 | 5 | -13/+164 |
| * | Add missing CD image dependencies to CMake scripts | spicyjpeg | 2023-04-04 | 14 | -43/+32 |
| * | Add IsIdleGPU(), tweak psxgpu.h, fix mdec/strvideo | spicyjpeg | 2023-04-04 | 6 | -49/+78 |
| * | Add BS v3 decoding, fix MDEC API and strvideo example | spicyjpeg | 2023-01-23 | 8 | -449/+763 |
| * | Fix VSync(), assert(), warnings and some examples | spicyjpeg | 2023-01-22 | 9 | -43/+37 |
| * | Fix VSync() rate limiter, add missing tagless packets | spicyjpeg | 2023-01-13 | 5 | -102/+128 |
| * | Re-enable MoveImage(), add tagless primitive structs | spicyjpeg | 2022-12-28 | 4 | -131/+151 |
| * | Add CdUnlock() and DMA priority API | spicyjpeg | 2022-12-28 | 9 | -103/+258 |
| * | Merge pull request #69 from JohnyTheCarrot/master | spicyjpeg | 2022-12-25 | 1 | -2/+2 |
| |\ |
|
| | * | Fix wrong documentation by swapping descriptions | Tuur Martens | 2022-12-25 | 1 | -2/+2 |
| |/ |
|
| * | Fix v0.22 CI build | spicyjpeg | 2022-12-18 | 2 | -11/+4 |
| * | Merge pull request #68 from spicyjpeg/bugfix | spicyjpeg | 2022-12-18 | 55 | -2382/+2256 |
| |\ |
|
| | * | Bump to v0.22, update CMake scripts and docs | spicyjpeg | 2022-12-18 | 7 | -54/+107 |
| | * | Clean up MDEC and sound examples | spicyjpeg | 2022-12-18 | 7 | -92/+73 |
| | * | Merge branch 'Lameguy64:master' into bugfix | spicyjpeg | 2022-12-18 | 1 | -6/+6 |
| | |\
| |/
|/| |
|
| * | | Merge pull request #62 from alextrevisan/master | John "Lameguy" Wilbert Villamor | 2022-12-12 | 1 | -6/+6 |
| |\ \ |
|
| | * | | Removed spaces | Alexandro Trevisan | 2022-11-12 | 1 | -2/+2 |
| | * | | Updated documentation | Alexandro Trevisan | 2022-11-12 | 1 | -8/+8 |
| |/ / |
|
| | * | Rearrange hwregs_c.h and k573io.h, add clz intrinsics | spicyjpeg | 2022-12-18 | 14 | -403/+334 |
| | * | Misc. bugfixes, add support for DRAWENV texture windows | spicyjpeg | 2022-12-18 | 8 | -55/+115 |
| | * | Fix dynamic linker symbol resolver and assert macro | spicyjpeg | 2022-12-18 | 5 | -128/+80 |
| | * | Refactor libpsxcd, add new CD-ROM APIs, fix SPU DMA read | spicyjpeg | 2022-11-17 | 14 | -1530/+1437 |
| | * | Misc. libpsn00b bugfixes, new critical section macros | spicyjpeg | 2022-11-15 | 15 | -134/+124 |
| |/ |
|
| * | Merge pull request #60 from spicyjpeg/bugfix | John "Lameguy" Wilbert Villamor | 2022-11-03 | 69 | -2775/+4415 |
| |\ |
|
| | * | Add inline docs to psxcd.h, psxetc.h, psxgte.h | spicyjpeg | 2022-10-30 | 8 | -192/+1444 |
| | * | Refactor dynamic linker, misc. cleanups | spicyjpeg | 2022-10-30 | 6 | -415/+287 |
| | * | Refactor sound examples, add new spustream example | spicyjpeg | 2022-10-27 | 20 | -638/+1022 |
| | * | Fix SPU_TRANSFER_BY_IO mode, add IRQ/DMA enums | spicyjpeg | 2022-10-27 | 7 | -49/+107 |
| | * | Library bugfixes and additions, _sdk_log_inner() removal | spicyjpeg | 2022-10-23 | 9 | -141/+131 |
| | * | Rewrite psxsio with new API, fix compiler warnings | spicyjpeg | 2022-10-21 | 11 | -491/+631 |
| | * | Initial psxgte cleanup | spicyjpeg | 2022-10-19 | 17 | -764/+658 |
| | * | Clean up SDK debug logging, fix getTPage() | spicyjpeg | 2022-10-19 | 18 | -205/+255 |
| |/ |
|
| * | Merge pull request #59 from spicyjpeg/psxmdec | John "Lameguy" Wilbert Villamor | 2022-10-19 | 92 | -1417/+2233 |
| |\ |
|
| | * | Add debug log buffering, fix GetHeapUsage() | spicyjpeg | 2022-10-18 | 13 | -204/+216 |
| | * | Add MoveImage(), use draw queue for psxgpu VRAM APIs | spicyjpeg | 2022-10-18 | 5 | -122/+181 |
| | * | Remove interrupt disabling calls in psxcd callback APIs | spicyjpeg | 2022-10-17 | 5 | -34/+32 |
| | * | Fix sound/spustream, update README and changelog | spicyjpeg | 2022-10-16 | 5 | -15/+91 |
| | * | Add mdec/strvideo example, fix psxpress bug | spicyjpeg | 2022-10-16 | 10 | -16/+539 |
| | * | Update sound/spustream, clean up other examples | spicyjpeg | 2022-10-15 | 14 | -135/+114 |
| | * | Fix dropped IRQs, clean up psxcd and psxetc logging | spicyjpeg | 2022-10-13 | 8 | -130/+107 |
| | * | Update preset files, README, docs and changelog | spicyjpeg | 2022-10-11 | 10 | -235/+399 |
| | * | Replace DEBUG macro with standard NDEBUG macro | spicyjpeg | 2022-10-11 | 10 | -47/+44 |
| | * | Bump required CMake version to 3.21 | spicyjpeg | 2022-10-11 | 29 | -55/+53 |
| | * | Update CMake scripts to use generator expressions | spicyjpeg | 2022-10-11 | 5 | -161/+156 |
| | * | Refactor CMake scripts, add separate debug/release builds | spicyjpeg | 2022-10-09 | 7 | -257/+216 |