| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | 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 |
| | * | Optimize memset(), add heap usage API, remove _mem_init() | spicyjpeg | 2022-10-08 | 4 | -50/+184 |
| | * | Fix DMACallback bug, disable logging in release builds | spicyjpeg | 2022-10-08 | 10 | -212/+181 |
| | * | Replace psxgpu debug font, add CdGetSector2() | spicyjpeg | 2022-10-06 | 8 | -84/+60 |
| |/ |
|
| * | Merge pull request #55 from spicyjpeg/psxmdec | John "Lameguy" Wilbert Villamor | 2022-09-26 | 163 | -4891/+5560 |
| |\ |
|
| | * | Update version number, clean up old headers | spicyjpeg | 2022-09-22 | 30 | -69/+80 |
| | * | Bump GCC to 12.2.0, update docs and installation guide | spicyjpeg | 2022-09-21 | 6 | -34/+120 |
| | * | Fix psxetc bugs, IRQ controller register size | spicyjpeg | 2022-08-21 | 4 | -13/+11 |
| | * | Fix psxgpu and psxetc bugs, add VSyncHaltFunction() | spicyjpeg | 2022-08-21 | 3 | -30/+57 |
| | * | Rewrite libpsxetc in C, add ResetCallback() | spicyjpeg | 2022-08-13 | 9 | -438/+235 |
| | * | Replace ball16c.h headers in examples with .TIM files | spicyjpeg | 2022-08-12 | 25 | -152/+65 |
| | * | Clean up and add audio file to sound/spustream example | spicyjpeg | 2022-08-11 | 6 | -30/+35 |
| | * | Misc. fixes, add texturing to graphics/gte example | spicyjpeg | 2022-08-10 | 7 | -22/+50 |
| | * | Add BUNDLE_NINJA option, update changelog and submodules | spicyjpeg | 2022-07-31 | 5 | -2/+58 |
| | * | Rewrite libpsxspu in C and update sound examples | spicyjpeg | 2022-07-31 | 18 | -550/+318 |