aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/include
Commit message (Collapse)AuthorAgeFilesLines
* Update submodules, minor bugfixes and updatesspicyjpeg2024-10-142-5/+5
|
* fix uninitialized registersVictor Feitosa2024-10-131-4/+4
|
* Add fix for missing cstdarg header in GCC 13.2.0spicyjpeg2024-01-081-1/+3
|
* Fix bugs in libc, psxgpu, psxpress, clean up headersspicyjpeg2024-01-085-199/+274
|
* Fix setjmp.h, FntSort(), examples, rewrite system/timerspicyjpeg2023-07-031-2/+2
|
* Added SPU_CH_ADSR_VOL to hwregs_c.hFlannyH2023-07-011-0/+1
|
* Split off libsmd from n00bdemo into separate libraryspicyjpeg2023-06-203-1/+425
|
* Update psxapi.hniko1point02023-06-041-1/+1
| | | this should be 0x2000, not 0x200
* More library cleanups and libc fixesspicyjpeg2023-05-214-14/+20
|
* Downgrade GCC to 12.3, add setjmp(), fix CdGetRegion()spicyjpeg2023-05-122-70/+97
|
* Add GPU IRQ variants of all display list APIsspicyjpeg2023-05-111-0/+5
|
* Add C++ standard library headers, update beginner/cppdemospicyjpeg2023-05-116-0/+193
|
* Add MoveImage(), SetDrawOpType(), GPU IRQ supportspicyjpeg2023-05-113-34/+46
|
* Clean up all headers, add and rename some BIOS APIsspicyjpeg2023-04-0529-323/+227
|
* Fix non-standard string.h functions, remove argv parserspicyjpeg2023-04-043-27/+40
|
* Add argument validation to most libpsn00b functionsspicyjpeg2023-04-041-0/+19
|
* Add PCDRV API, fix warnings and DS region misdetectionspicyjpeg2023-04-041-0/+54
|
* Add IsIdleGPU(), tweak psxgpu.h, fix mdec/strvideospicyjpeg2023-04-042-20/+33
|
* Add BS v3 decoding, fix MDEC API and strvideo examplespicyjpeg2023-01-231-43/+83
|
* Fix VSync(), assert(), warnings and some examplesspicyjpeg2023-01-221-3/+5
|
* Fix VSync() rate limiter, add missing tagless packetsspicyjpeg2023-01-132-40/+59
|
* Re-enable MoveImage(), add tagless primitive structsspicyjpeg2022-12-281-101/+111
|
* Add CdUnlock() and DMA priority APIspicyjpeg2022-12-282-20/+78
|
* Fix wrong documentation by swapping descriptionsTuur Martens2022-12-251-2/+2
|
* 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-182-64/+61
| |
* | Misc. bugfixes, add support for DRAWENV texture windowsspicyjpeg2022-12-181-2/+13
| |
* | Fix dynamic linker symbol resolver and assert macrospicyjpeg2022-12-183-24/+13
| |
* | Refactor libpsxcd, add new CD-ROM APIs, fix SPU DMA readspicyjpeg2022-11-171-376/+628
| |
* | Misc. libpsn00b bugfixes, new critical section macrosspicyjpeg2022-11-154-6/+44
|/
* Add inline docs to psxcd.h, psxetc.h, psxgte.hspicyjpeg2022-10-306-179/+1432
|
* Refactor dynamic linker, misc. cleanupsspicyjpeg2022-10-302-117/+132
|
* Refactor sound examples, add new spustream examplespicyjpeg2022-10-273-18/+39
|
* Fix SPU_TRANSFER_BY_IO mode, add IRQ/DMA enumsspicyjpeg2022-10-273-8/+36
|
* Library bugfixes and additions, _sdk_log_inner() removalspicyjpeg2022-10-233-12/+31
|
* Rewrite psxsio with new API, fix compiler warningsspicyjpeg2022-10-212-54/+211
|
* Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-193-62/+83
|
* Add debug log buffering, fix GetHeapUsage()spicyjpeg2022-10-181-0/+15
|
* Add MoveImage(), use draw queue for psxgpu VRAM APIsspicyjpeg2022-10-181-6/+16
|
* Remove interrupt disabling calls in psxcd callback APIsspicyjpeg2022-10-171-2/+2
|
* Add mdec/strvideo example, fix psxpress bugspicyjpeg2022-10-161-2/+5
|
* Replace DEBUG macro with standard NDEBUG macrospicyjpeg2022-10-111-3/+3
|
* Optimize memset(), add heap usage API, remove _mem_init()spicyjpeg2022-10-081-2/+13
|
* Replace psxgpu debug font, add CdGetSector2()spicyjpeg2022-10-061-0/+1
|
* Update version number, clean up old headersspicyjpeg2022-09-226-32/+34
|
* Fix psxetc bugs, IRQ controller register sizespicyjpeg2022-08-211-3/+3
|
* Fix psxgpu and psxetc bugs, add VSyncHaltFunction()spicyjpeg2022-08-211-0/+1
|
* Rewrite libpsxetc in C, add ResetCallback()spicyjpeg2022-08-132-8/+19
|