aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactor libpsxcd, add new CD-ROM APIs, fix SPU DMA readspicyjpeg2022-11-1714-1530/+1437
* Misc. libpsn00b bugfixes, new critical section macrosspicyjpeg2022-11-1515-134/+124
* Merge pull request #60 from spicyjpeg/bugfixJohn "Lameguy" Wilbert Villamor2022-11-0369-2775/+4415
|\
| * Add inline docs to psxcd.h, psxetc.h, psxgte.hspicyjpeg2022-10-308-192/+1444
| * Refactor dynamic linker, misc. cleanupsspicyjpeg2022-10-306-415/+287
| * Refactor sound examples, add new spustream examplespicyjpeg2022-10-2720-638/+1022
| * Fix SPU_TRANSFER_BY_IO mode, add IRQ/DMA enumsspicyjpeg2022-10-277-49/+107
| * Library bugfixes and additions, _sdk_log_inner() removalspicyjpeg2022-10-239-141/+131
| * Rewrite psxsio with new API, fix compiler warningsspicyjpeg2022-10-2111-491/+631
| * Initial psxgte cleanupspicyjpeg2022-10-1917-764/+658
| * Clean up SDK debug logging, fix getTPage()spicyjpeg2022-10-1918-205/+255
|/
* Merge pull request #59 from spicyjpeg/psxmdecJohn "Lameguy" Wilbert Villamor2022-10-1992-1417/+2233
|\
| * Add debug log buffering, fix GetHeapUsage()spicyjpeg2022-10-1813-204/+216
| * Add MoveImage(), use draw queue for psxgpu VRAM APIsspicyjpeg2022-10-185-122/+181
| * Remove interrupt disabling calls in psxcd callback APIsspicyjpeg2022-10-175-34/+32
| * Fix sound/spustream, update README and changelogspicyjpeg2022-10-165-15/+91
| * Add mdec/strvideo example, fix psxpress bugspicyjpeg2022-10-1610-16/+539
| * Update sound/spustream, clean up other examplesspicyjpeg2022-10-1514-135/+114
| * Fix dropped IRQs, clean up psxcd and psxetc loggingspicyjpeg2022-10-138-130/+107
| * Update preset files, README, docs and changelogspicyjpeg2022-10-1110-235/+399
| * Replace DEBUG macro with standard NDEBUG macrospicyjpeg2022-10-1110-47/+44
| * Bump required CMake version to 3.21spicyjpeg2022-10-1129-55/+53
| * Update CMake scripts to use generator expressionsspicyjpeg2022-10-115-161/+156
| * Refactor CMake scripts, add separate debug/release buildsspicyjpeg2022-10-097-257/+216
| * Optimize memset(), add heap usage API, remove _mem_init()spicyjpeg2022-10-084-50/+184
| * Fix DMACallback bug, disable logging in release buildsspicyjpeg2022-10-0810-212/+181
| * Replace psxgpu debug font, add CdGetSector2()spicyjpeg2022-10-068-84/+60
|/
* Merge pull request #55 from spicyjpeg/psxmdecJohn "Lameguy" Wilbert Villamor2022-09-26163-4891/+5560
|\
| * Update version number, clean up old headersspicyjpeg2022-09-2230-69/+80
| * Bump GCC to 12.2.0, update docs and installation guidespicyjpeg2022-09-216-34/+120
| * Fix psxetc bugs, IRQ controller register sizespicyjpeg2022-08-214-13/+11
| * Fix psxgpu and psxetc bugs, add VSyncHaltFunction()spicyjpeg2022-08-213-30/+57
| * Rewrite libpsxetc in C, add ResetCallback()spicyjpeg2022-08-139-438/+235
| * Replace ball16c.h headers in examples with .TIM filesspicyjpeg2022-08-1225-152/+65
| * Clean up and add audio file to sound/spustream examplespicyjpeg2022-08-116-30/+35
| * Misc. fixes, add texturing to graphics/gte examplespicyjpeg2022-08-107-22/+50
| * Add BUNDLE_NINJA option, update changelog and submodulesspicyjpeg2022-07-315-2/+58
| * Rewrite libpsxspu in C and update sound examplesspicyjpeg2022-07-3118-550/+318
| * 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