aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Deprecate u_short, u_int and u_long types in libpsn00bspicyjpeg2022-07-3021-956/+792
| * Replace default allocator with psyqo implementationspicyjpeg2022-07-234-277/+268
| * Remove MDEC indev example, add more kernel APIsspicyjpeg2022-07-239-459/+207
| * Add experimental psxpress Huffman decoding APIspicyjpeg2022-07-175-8/+1313
| * Change I/O base address to 0xbf80, use size_t in stdlibspicyjpeg2022-07-176-99/+101
| * Add -g to default flags, update changelog and known bugsspicyjpeg2022-06-294-50/+103
| * Refactor libpsxgpu in C, add OT drawing queuespicyjpeg2022-06-2932-1661/+722
| * Add 8 MB RAM support and customizable _start stubspicyjpeg2022-06-274-25/+47
| * Clean up io/system573 example and libpsxpressspicyjpeg2022-06-275-34/+47
| * Merge branch 'Lameguy64:master' into psxmdecspicy jpeg2022-04-087-517/+110
| |\ | |/ |/|
* | Fixed up psxmdec prototype to use psxpressU-Lameguy64-LT\Lameguy642022-04-016-484/+73
* | Updated READMElameguy642022-03-281-33/+37
| * 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-258-23/+46
* Merge pull request #46 from spicyjpeg/psxmdecJohn "Lameguy" Wilbert Villamor2022-03-25171-29802/+4788
|\
| * Add FPS counter to n00bdemo, more psxpad commandsspicyjpeg2022-03-233-25/+75
| * Add mdec/mdecimage example, psxpress fixesspicyjpeg2022-03-207-59/+381
| * Remove stdint.h, fix n00bdemo crashingspicyjpeg2022-03-207-32/+20
| * Minor fixes, add C++ placement new, n00bdemo 573 supportspicyjpeg2022-03-128-34/+85
| * Fix critical ldscript bug and CI, add BIOS setjmpspicyjpeg2022-03-079-63/+94
| * Refactor io/system573, switch to MSVC for CI buildsspicyjpeg2022-02-289-210/+503
| * Add psxpress MDEC API and psn00bsdk_target_incbin_aspicyjpeg2022-02-274-25/+383
| * Rename some hwregs_c.h and hwregs.a definitionsspicyjpeg2022-02-2717-69/+70
| * Add psn00bsdk_target_incbin() CMake functionspicyjpeg2022-02-2023-27997/+142
| * Rewrite assert() and DL_CALL(), update mkpsxisospicyjpeg2022-02-207-32/+58
| * Rename hwregs_a definitions, add hwregs_c, fix io/padsspicyjpeg2022-02-0925-294/+426
| * Update version number, readme and license infospicyjpeg2022-02-074-386/+1443
| * Temporarily disable libflac in mkpsxiso CI buildspicyjpeg2022-02-072-7/+12
| * Rewrite psxapi with BIOS API stub generator scriptspicyjpeg2022-02-0771-623/+1110
| * Add LIBPSN00B_GENERATOR option, fix .incbin alignmentspicyjpeg2022-02-0713-34/+93
| * Switch back to mkpsxiso master branch, update docsspicyjpeg2022-02-035-61/+42
|/
* Merge pull request #44 from spicyjpeg/actionsJohn "Lameguy" Wilbert Villamor2022-01-1879-1717/+3568
|\
| * Merge branch 'master' of github.com:Lameguy64/PSn00bSDK into latest-commitspicyjpeg2022-01-1719-117/+1025
| |\ | |/ |/|
* | Removed old libn00bref.odt document, added tilesasm example, examples in sour...U-Lameguy64-LT\Lameguy642022-01-1715-61/+941
| * Minor psxgpu/psxpad header changesspicyjpeg2022-01-175-172/+203
| * Add known_bugs.md, fix sound/vagsample and declarationsspicyjpeg2021-12-307-11/+69
| * Refactor dynamic linker API, fix system/dynlink examplespicyjpeg2021-12-305-175/+207
| * Fix CMake and CI bugs, set version number, update docsspicyjpeg2021-12-2911-37/+51
| * Remove PSN00BSDK_LIBS leftovers, improve CI artifact uploadspicyjpeg2021-12-2324-107/+38
| * Fix CdGetSector size inconsistency, update changelogspicyjpeg2021-12-237-48/+44
| * Add sound/spustream examplespicyjpeg2021-12-235-0/+630
| * Add io/system573 example, rewrite dev notes, fix CIspicyjpeg2021-11-298-305/+785
| * CMake fixes, psxcd and printf/scanf improvementsspicyjpeg2021-11-286-14/+57
| * Switch to mipsel-none-elf, move docs, add template presetsspicyjpeg2021-11-289-71/+123
| * Refactor libpsn00b CMake scripts, move include directoryspicyjpeg2021-11-288-125/+200
| * Add GitHub Actions CI/release workflow, rewrite changelogspicyjpeg2021-11-285-605/+1086
|/
* Merge pull request #43 from spicyjpeg/cmakeJohn "Lameguy" Wilbert Villamor2021-11-2271-349/+1220
|\
| * Fixed macOS installation bug, updated INSTALL.mdspicyjpeg2021-11-205-17/+92
| * sprintf improvements, added new _mem_init, GetSystemInfospicyjpeg2021-11-184-21/+77
| * Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-1825-66/+48