aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Misc. fixes, add texturing to graphics/gte examplespicyjpeg2022-08-101-1/+1
* Rewrite libpsxspu in C and update sound examplesspicyjpeg2022-07-313-87/+122
* Deprecate u_short, u_int and u_long types in libpsn00bspicyjpeg2022-07-307-794/+638
* Replace default allocator with psyqo implementationspicyjpeg2022-07-231-25/+14
* Add experimental psxpress Huffman decoding APIspicyjpeg2022-07-171-8/+242
* Change I/O base address to 0xbf80, use size_t in stdlibspicyjpeg2022-07-173-78/+80
* Refactor libpsxgpu in C, add OT drawing queuespicyjpeg2022-06-291-25/+44
* Clean up io/system573 example and libpsxpressspicyjpeg2022-06-271-5/+5
* Replace inline_c.h contents with nugget's inline_n.hspicyjpeg2022-03-311-222/+1171
* Add FPS counter to n00bdemo, more psxpad commandsspicyjpeg2022-03-231-3/+7
* Add mdec/mdecimage example, psxpress fixesspicyjpeg2022-03-201-0/+1
* Remove stdint.h, fix n00bdemo crashingspicyjpeg2022-03-202-17/+1
* Minor fixes, add C++ placement new, n00bdemo 573 supportspicyjpeg2022-03-121-1/+1
* Fix critical ldscript bug and CI, add BIOS setjmpspicyjpeg2022-03-071-0/+12
* Add psxpress MDEC API and psn00bsdk_target_incbin_aspicyjpeg2022-02-271-0/+152
* Rename some hwregs_c.h and hwregs.a definitionsspicyjpeg2022-02-272-16/+16
* Rewrite assert() and DL_CALL(), update mkpsxisospicyjpeg2022-02-202-8/+21
* Rename hwregs_a definitions, add hwregs_c, fix io/padsspicyjpeg2022-02-092-73/+230
* Rewrite psxapi with BIOS API stub generator scriptspicyjpeg2022-02-072-3/+5
* Minor psxgpu/psxpad header changesspicyjpeg2022-01-172-150/+180
* Add known_bugs.md, fix sound/vagsample and declarationsspicyjpeg2021-12-302-5/+5
* Refactor dynamic linker API, fix system/dynlink examplespicyjpeg2021-12-301-43/+58
* sprintf improvements, added new _mem_init, GetSystemInfospicyjpeg2021-11-181-0/+32
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-184-43/+31
* Added io/pads example, psxpad.h definitions, bugfixesspicyjpeg2021-11-071-53/+150
* libc build fix, replaced dlerror() strings with enumspicyjpeg2021-10-201-4/+21
* Updated changelog and files missing from last commitspicyjpeg2021-09-272-18/+23
* Misc. CMake bug and typo fixes, updated changelogspicyjpeg2021-09-131-1/+1
* Migrated libpsn00b to CMakespicyjpeg2021-09-122-0/+249
* Added dynamic linker API and example, updated README and changelogspicyjpeg2021-08-172-0/+314