aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b
Commit message (Expand)AuthorAgeFilesLines
* Deprecate u_short, u_int and u_long types in libpsn00bspicyjpeg2022-07-3016-913/+754
* Replace default allocator with psyqo implementationspicyjpeg2022-07-234-277/+268
* Remove MDEC indev example, add more kernel APIsspicyjpeg2022-07-234-42/+207
* Add experimental psxpress Huffman decoding APIspicyjpeg2022-07-175-8/+1313
* Change I/O base address to 0xbf80, use size_t in stdlibspicyjpeg2022-07-175-86/+88
* Add -g to default flags, update changelog and known bugsspicyjpeg2022-06-291-0/+3
* Refactor libpsxgpu in C, add OT drawing queuespicyjpeg2022-06-2930-1659/+720
* Add 8 MB RAM support and customizable _start stubspicyjpeg2022-06-273-3/+25
* Clean up io/system573 example and libpsxpressspicyjpeg2022-06-272-15/+19
* Replace inline_c.h contents with nugget's inline_n.hspicyjpeg2022-03-311-222/+1171
* Replaced sample image of mdecimage example, added dummy hooks for sio tty dev...U-Lameguy64-LT\Lameguy642022-03-251-11/+16
* Add FPS counter to n00bdemo, more psxpad commandsspicyjpeg2022-03-231-3/+7
* Add mdec/mdecimage example, psxpress fixesspicyjpeg2022-03-202-59/+61
* Remove stdint.h, fix n00bdemo crashingspicyjpeg2022-03-203-28/+13
* Minor fixes, add C++ placement new, n00bdemo 573 supportspicyjpeg2022-03-124-27/+38
* Fix critical ldscript bug and CI, add BIOS setjmpspicyjpeg2022-03-076-39/+82
* Add psxpress MDEC API and psn00bsdk_target_incbin_aspicyjpeg2022-02-273-12/+360
* Rename some hwregs_c.h and hwregs.a definitionsspicyjpeg2022-02-2714-64/+64
* Add psn00bsdk_target_incbin() CMake functionspicyjpeg2022-02-203-15/+75
* Rewrite assert() and DL_CALL(), update mkpsxisospicyjpeg2022-02-205-25/+46
* Rename hwregs_a definitions, add hwregs_c, fix io/padsspicyjpeg2022-02-0921-175/+324
* Rewrite psxapi with BIOS API stub generator scriptspicyjpeg2022-02-0771-623/+1110
* Add LIBPSN00B_GENERATOR option, fix .incbin alignmentspicyjpeg2022-02-071-7/+4
* Minor psxgpu/psxpad header changesspicyjpeg2022-01-174-153/+185
* Add known_bugs.md, fix sound/vagsample and declarationsspicyjpeg2021-12-303-9/+9
* Refactor dynamic linker API, fix system/dynlink examplespicyjpeg2021-12-303-75/+85
* Fix CMake and CI bugs, set version number, update docsspicyjpeg2021-12-293-6/+9
* Fix CdGetSector size inconsistency, update changelogspicyjpeg2021-12-233-6/+7
* CMake fixes, psxcd and printf/scanf improvementsspicyjpeg2021-11-286-14/+57
* Switch to mipsel-none-elf, move docs, add template presetsspicyjpeg2021-11-281-4/+4
* Refactor libpsn00b CMake scripts, move include directoryspicyjpeg2021-11-287-121/+190
* sprintf improvements, added new _mem_init, GetSystemInfospicyjpeg2021-11-184-21/+77
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-1810-51/+37
* Cleaned up pads example, added CMake script for cartromspicyjpeg2021-11-112-3/+3
* Fixed examples directory hierarchy not being preservedspicyjpeg2021-11-101-3/+1
* Rolled back minimum required CMake version to 3.20spicyjpeg2021-11-083-3/+3
* Added io/pads example, psxpad.h definitions, bugfixesspicyjpeg2021-11-072-56/+153
* libc build fix, replaced dlerror() strings with enumspicyjpeg2021-10-203-103/+142
* CMake fixes, improved CPack support, Windows instructionsspicyjpeg2021-10-203-12/+46
* Merge branch 'master' into cmakeJohn "Lameguy" Wilbert Villamor2021-10-151-2/+2
|\
| * Fixed bugs in SPU library, added vagsample exampleJohn Wilbert M. Villamor2021-10-061-2/+2
* | Updated changelog and files missing from last commitspicyjpeg2021-09-276-23/+31
* | Misc MSVC/CMake fixes, also fixed childexec examplespicyjpeg2021-09-277-70/+86
* | Misc. CMake bug and typo fixes, updated changelogspicyjpeg2021-09-131-1/+1
* | Migrated libpsn00b to CMakespicyjpeg2021-09-1215-560/+320
* | Added preliminary files for CMake/CPack supportspicyjpeg2021-09-123-0/+345
|/
* Merge pull request #36 from spicyjpeg/dynlinkJohn "Lameguy" Wilbert Villamor2021-08-3124-320/+1726
|\
| * Added dynamic linker API and example, updated README and changelogspicyjpeg2021-08-175-7/+1042
| * Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-1711-203/+563
| * Added missing header declarations, FlushCache, misc library bugfixesspicyjpeg2021-08-178-110/+121