| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix uninitialized registers | Victor Feitosa | 2024-10-13 | 1 | -4/+4 |
| * | Add fix for missing cstdarg header in GCC 13.2.0 | spicyjpeg | 2024-01-08 | 1 | -1/+3 |
| * | Fix bugs in libc, psxgpu, psxpress, clean up headers | spicyjpeg | 2024-01-08 | 11 | -231/+311 |
| * | Fix setjmp.h, FntSort(), examples, rewrite system/timer | spicyjpeg | 2023-07-03 | 2 | -7/+18 |
| * | Added SPU_CH_ADSR_VOL to hwregs_c.h | FlannyH | 2023-07-01 | 1 | -0/+1 |
| * | Split off libsmd from n00bdemo into separate library | spicyjpeg | 2023-06-20 | 8 | -1/+3395 |
| * | Fix IRQ bugs, PutDispEnv() PAL screen centering | spicyjpeg | 2023-06-20 | 6 | -52/+53 |
| * | Update psxapi.h | niko1point0 | 2023-06-04 | 1 | -1/+1 |
| * | More library cleanups and libc fixes | spicyjpeg | 2023-05-21 | 18 | -287/+227 |
| * | Downgrade GCC to 12.3, add setjmp(), fix CdGetRegion() | spicyjpeg | 2023-05-12 | 5 | -73/+149 |
| * | Merge pull request #71 from saxbophone/patch-1 | spicyjpeg | 2023-05-11 | 1 | -0/+3 |
| |\ |
|
| | * | Add C11 error checking to vsnprintf() | Joshua Saxby | 2023-04-21 | 1 | -0/+3 |
| * | | Add GPU IRQ variants of all display list APIs | spicyjpeg | 2023-05-11 | 5 | -114/+218 |
| * | | Add C++ standard library headers, update beginner/cppdemo | spicyjpeg | 2023-05-11 | 6 | -0/+193 |
| * | | Add MoveImage(), SetDrawOpType(), GPU IRQ support | spicyjpeg | 2023-05-11 | 7 | -101/+137 |
| * | | Clean up all headers, add and rename some BIOS APIs | spicyjpeg | 2023-04-05 | 40 | -378/+453 |
| * | | 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 | 2 | -6/+159 |
| * | | Add missing CD image dependencies to CMake scripts | spicyjpeg | 2023-04-04 | 1 | -8/+7 |
| * | | Add IsIdleGPU(), tweak psxgpu.h, fix mdec/strvideo | spicyjpeg | 2023-04-04 | 4 | -27/+52 |
| * | | Add BS v3 decoding, fix MDEC API and strvideo example | spicyjpeg | 2023-01-23 | 7 | -420/+718 |
| * | | Fix VSync(), assert(), warnings and some examples | spicyjpeg | 2023-01-22 | 4 | -12/+15 |
| * | | 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 |
| |/ |
|
| * | Fix wrong documentation by swapping descriptions | Tuur Martens | 2022-12-25 | 1 | -2/+2 |
| * | Bump to v0.22, update CMake scripts and docs | spicyjpeg | 2022-12-18 | 2 | -22/+41 |
| * | Merge branch 'Lameguy64:master' into bugfix | spicyjpeg | 2022-12-18 | 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 | 8 | -91/+131 |
| * | | 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 | 13 | -1529/+1436 |
| * | | Misc. libpsn00b bugfixes, new critical section macros | spicyjpeg | 2022-11-15 | 15 | -134/+124 |
| |/ |
|
| * | Add inline docs to psxcd.h, psxetc.h, psxgte.h | spicyjpeg | 2022-10-30 | 6 | -179/+1432 |
| * | Refactor dynamic linker, misc. cleanups | spicyjpeg | 2022-10-30 | 4 | -390/+264 |
| * | Refactor sound examples, add new spustream example | spicyjpeg | 2022-10-27 | 4 | -23/+49 |
| * | 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 | 10 | -490/+626 |
| * | Initial psxgte cleanup | spicyjpeg | 2022-10-19 | 17 | -764/+658 |
| * | Clean up SDK debug logging, fix getTPage() | spicyjpeg | 2022-10-19 | 16 | -201/+239 |
| * | 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 | 4 | -34/+30 |
| * | Add mdec/strvideo example, fix psxpress bug | spicyjpeg | 2022-10-16 | 6 | -16/+44 |
| * | Fix dropped IRQs, clean up psxcd and psxetc logging | spicyjpeg | 2022-10-13 | 4 | -93/+84 |
| * | Update preset files, README, docs and changelog | spicyjpeg | 2022-10-11 | 1 | -2/+0 |