| Commit message (Expand) | Author | Age | Files | Lines |
| * | Deprecate u_short, u_int and u_long types in libpsn00b | spicyjpeg | 2022-07-30 | 16 | -913/+754 |
| * | Replace default allocator with psyqo implementation | spicyjpeg | 2022-07-23 | 4 | -277/+268 |
| * | Remove MDEC indev example, add more kernel APIs | spicyjpeg | 2022-07-23 | 4 | -42/+207 |
| * | Add experimental psxpress Huffman decoding API | spicyjpeg | 2022-07-17 | 5 | -8/+1313 |
| * | Change I/O base address to 0xbf80, use size_t in stdlib | spicyjpeg | 2022-07-17 | 5 | -86/+88 |
| * | Add -g to default flags, update changelog and known bugs | spicyjpeg | 2022-06-29 | 1 | -0/+3 |
| * | Refactor libpsxgpu in C, add OT drawing queue | spicyjpeg | 2022-06-29 | 30 | -1659/+720 |
| * | Add 8 MB RAM support and customizable _start stub | spicyjpeg | 2022-06-27 | 3 | -3/+25 |
| * | Clean up io/system573 example and libpsxpress | spicyjpeg | 2022-06-27 | 2 | -15/+19 |
| * | Replace inline_c.h contents with nugget's inline_n.h | spicyjpeg | 2022-03-31 | 1 | -222/+1171 |
| * | Replaced sample image of mdecimage example, added dummy hooks for sio tty dev... | U-Lameguy64-LT\Lameguy64 | 2022-03-25 | 1 | -11/+16 |
| * | Add FPS counter to n00bdemo, more psxpad commands | spicyjpeg | 2022-03-23 | 1 | -3/+7 |
| * | Add mdec/mdecimage example, psxpress fixes | spicyjpeg | 2022-03-20 | 2 | -59/+61 |
| * | Remove stdint.h, fix n00bdemo crashing | spicyjpeg | 2022-03-20 | 3 | -28/+13 |
| * | Minor fixes, add C++ placement new, n00bdemo 573 support | spicyjpeg | 2022-03-12 | 4 | -27/+38 |
| * | Fix critical ldscript bug and CI, add BIOS setjmp | spicyjpeg | 2022-03-07 | 6 | -39/+82 |
| * | Add psxpress MDEC API and psn00bsdk_target_incbin_a | spicyjpeg | 2022-02-27 | 3 | -12/+360 |
| * | Rename some hwregs_c.h and hwregs.a definitions | spicyjpeg | 2022-02-27 | 14 | -64/+64 |
| * | Add psn00bsdk_target_incbin() CMake function | spicyjpeg | 2022-02-20 | 3 | -15/+75 |
| * | Rewrite assert() and DL_CALL(), update mkpsxiso | spicyjpeg | 2022-02-20 | 5 | -25/+46 |
| * | Rename hwregs_a definitions, add hwregs_c, fix io/pads | spicyjpeg | 2022-02-09 | 21 | -175/+324 |
| * | Rewrite psxapi with BIOS API stub generator script | spicyjpeg | 2022-02-07 | 71 | -623/+1110 |
| * | Add LIBPSN00B_GENERATOR option, fix .incbin alignment | spicyjpeg | 2022-02-07 | 1 | -7/+4 |
| * | Minor psxgpu/psxpad header changes | spicyjpeg | 2022-01-17 | 4 | -153/+185 |
| * | Add known_bugs.md, fix sound/vagsample and declarations | spicyjpeg | 2021-12-30 | 3 | -9/+9 |
| * | Refactor dynamic linker API, fix system/dynlink example | spicyjpeg | 2021-12-30 | 3 | -75/+85 |
| * | Fix CMake and CI bugs, set version number, update docs | spicyjpeg | 2021-12-29 | 3 | -6/+9 |
| * | Fix CdGetSector size inconsistency, update changelog | spicyjpeg | 2021-12-23 | 3 | -6/+7 |
| * | CMake fixes, psxcd and printf/scanf improvements | spicyjpeg | 2021-11-28 | 6 | -14/+57 |
| * | Switch to mipsel-none-elf, move docs, add template presets | spicyjpeg | 2021-11-28 | 1 | -4/+4 |
| * | Refactor libpsn00b CMake scripts, move include directory | spicyjpeg | 2021-11-28 | 7 | -121/+190 |
| * | sprintf improvements, added new _mem_init, GetSystemInfo | spicyjpeg | 2021-11-18 | 4 | -21/+77 |
| * | Deprecated malloc.h, moved int*_t types to stdint.h | spicyjpeg | 2021-11-18 | 10 | -51/+37 |
| * | Cleaned up pads example, added CMake script for cartrom | spicyjpeg | 2021-11-11 | 2 | -3/+3 |
| * | Fixed examples directory hierarchy not being preserved | spicyjpeg | 2021-11-10 | 1 | -3/+1 |
| * | Rolled back minimum required CMake version to 3.20 | spicyjpeg | 2021-11-08 | 3 | -3/+3 |
| * | Added io/pads example, psxpad.h definitions, bugfixes | spicyjpeg | 2021-11-07 | 2 | -56/+153 |
| * | libc build fix, replaced dlerror() strings with enum | spicyjpeg | 2021-10-20 | 3 | -103/+142 |
| * | CMake fixes, improved CPack support, Windows instructions | spicyjpeg | 2021-10-20 | 3 | -12/+46 |
| * | Merge branch 'master' into cmake | John "Lameguy" Wilbert Villamor | 2021-10-15 | 1 | -2/+2 |
| |\ |
|
| | * | Fixed bugs in SPU library, added vagsample example | John Wilbert M. Villamor | 2021-10-06 | 1 | -2/+2 |
| * | | Updated changelog and files missing from last commit | spicyjpeg | 2021-09-27 | 6 | -23/+31 |
| * | | Misc MSVC/CMake fixes, also fixed childexec example | spicyjpeg | 2021-09-27 | 7 | -70/+86 |
| * | | Misc. CMake bug and typo fixes, updated changelog | spicyjpeg | 2021-09-13 | 1 | -1/+1 |
| * | | Migrated libpsn00b to CMake | spicyjpeg | 2021-09-12 | 15 | -560/+320 |
| * | | Added preliminary files for CMake/CPack support | spicyjpeg | 2021-09-12 | 3 | -0/+345 |
| |/ |
|
| * | Merge pull request #36 from spicyjpeg/dynlink | John "Lameguy" Wilbert Villamor | 2021-08-31 | 24 | -320/+1726 |
| |\ |
|
| | * | Added dynamic linker API and example, updated README and changelog | spicyjpeg | 2021-08-17 | 5 | -7/+1042 |
| | * | Rewritten all Makefiles, set up proper GCC options, added iso.xml to template | spicyjpeg | 2021-08-17 | 11 | -203/+563 |
| | * | Added missing header declarations, FlushCache, misc library bugfixes | spicyjpeg | 2021-08-17 | 8 | -110/+121 |