| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |\ | | | | | Dynamic linker, gp-relative addressing, ldscripts and more | ||||
| | * | 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 |
| | | | |||||
| * | | Forgot to commit updated font.c | John Wilbert M. Villamor | 2021-08-31 | 1 | -5/+5 |
| |/ | |||||
| * | Fixed missing type errors when compiling libraries due to the new variable ↵ | John Wilbert M. Villamor | 2021-07-01 | 8 | -28/+35 |
| | | | | | type changes | ||||
| * | Added int*_t and uint*_t variable types and updated type definitions in ↵ | John Wilbert M. Villamor | 2021-07-01 | 3 | -249/+295 |
| | | | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK. | ||||
| * | Minor Makefile fixes | Austin Annestrand | 2021-02-20 | 9 | -9/+9 |
| | | |||||
| * | Lots of makefile corrections, improved build and toolchain instructions, ↵ | John Wilbert M. Villamor | 2021-02-18 | 1 | -1/+1 |
| | | | | | added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example | ||||
| * | Added some macros for gte_stsxy3_* | Alexandro Trevisan | 2021-01-30 | 1 | -0/+64 |
| | | |||||
| * | Added updated library reference, added struct names in psxgpu.h, defined GTE ↵ | John Wilbert M. Villamor | 2021-01-05 | 4 | -37/+46 |
| | | | | | squareroot functions and added C++ demo example. | ||||
| * | Merge branch 'master' of https://github.com/Lameguy64/PSn00bSDK | John Wilbert M. Villamor | 2020-11-29 | 1 | -4/+17 |
| |\ | |||||
| | * | Account for forward-looped memmove | Christian Kosman | 2020-10-01 | 1 | -4/+17 |
| | | | |||||
| * | | Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵ | John Wilbert M. Villamor | 2020-11-29 | 3 | -4/+16 |
| |/ | | | | memmove(), removed redundant toolchain definitions, added HDTV example | ||||
| * | Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵ | John Wilbert M. Villamor | 2020-09-19 | 41 | -572/+1057 |
| | | | | | moved ISR and callback system to psxetc, moved debug font to psxgpu, fixed CD-ROM library crashing on PSIO, fixed interrupt callback setup to fix crashing on ResetGraph() | ||||
| * | Added multi-session CD support, fixed infinite loop bug in CdReadDir(), ↵ | John Wilbert M. Villamor | 2020-07-25 | 1 | -0/+68 |
| | | | | | updated CD media change detection logic, replaced version numbers with SVN revision numbers in documentation | ||||
| * | Refined toolchain instructions, organized examples, added automatic retry ↵ | John Wilbert M. Villamor | 2020-04-24 | 5 | -3/+95 |
| | | | | | for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples. | ||||
| * | Fixed CdInit() syntax, fixed CdlFILE, updated toolchain.txt a bit. | John Wilbert M. Villamor | 2020-03-11 | 3 | -5/+5 |
| | | |||||
| * | Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and ↵ | John Wilbert M. Villamor | 2020-02-28 | 6 | -44/+286 |
| | | | | | added cdbrowse example. | ||||
| * | Add labs() to stdlib.h | Thomas Perl | 2020-02-24 | 1 | -0/+1 |
| | | |||||
| * | libc: Add abs() and labs() functions | Thomas Perl | 2020-02-24 | 1 | -0/+7 |
| | | |||||
| * | Some minor updates, added CD-ROM library documentation | John Wilbert M. Villamor | 2020-01-06 | 9 | -1/+1 |
| | | |||||
| * | Merge pull request #10 from JaCzekanski/patch-2 | John Wilbert Villamor | 2020-01-06 | 1 | -1/+1 |
| |\ | | | | | Fixed typo in setUVWH | ||||
| | * | Fixed typo in setUVWH | Jakub Czekański | 2019-12-03 | 1 | -2/+2 |
| | | | |||||
