aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|\ | | | | Dynamic linker, gp-relative addressing, ldscripts and more
| * 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
| |
* | Forgot to commit updated font.cJohn Wilbert M. Villamor2021-08-311-5/+5
|/
* Fixed missing type errors when compiling libraries due to the new variable ↵John Wilbert M. Villamor2021-07-018-28/+35
| | | | type changes
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-013-249/+295
| | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK.
* Minor Makefile fixesAustin Annestrand2021-02-209-9/+9
|
* Lots of makefile corrections, improved build and toolchain instructions, ↵John Wilbert M. Villamor2021-02-181-1/+1
| | | | added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
* Added some macros for gte_stsxy3_*Alexandro Trevisan2021-01-301-0/+64
|
* Added updated library reference, added struct names in psxgpu.h, defined GTE ↵John Wilbert M. Villamor2021-01-054-37/+46
| | | | squareroot functions and added C++ demo example.
* Merge branch 'master' of https://github.com/Lameguy64/PSn00bSDKJohn Wilbert M. Villamor2020-11-291-4/+17
|\
| * Account for forward-looped memmoveChristian Kosman2020-10-011-4/+17
| |
* | Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵John Wilbert M. Villamor2020-11-293-4/+16
|/ | | | memmove(), removed redundant toolchain definitions, added HDTV example
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-1941-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. Villamor2020-07-251-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. Villamor2020-04-245-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. Villamor2020-03-113-5/+5
|
* Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and ↵John Wilbert M. Villamor2020-02-286-44/+286
| | | | added cdbrowse example.
* Add labs() to stdlib.hThomas Perl2020-02-241-0/+1
|
* libc: Add abs() and labs() functionsThomas Perl2020-02-241-0/+7
|
* Some minor updates, added CD-ROM library documentationJohn Wilbert M. Villamor2020-01-069-1/+1
|
* Merge pull request #10 from JaCzekanski/patch-2John Wilbert Villamor2020-01-061-1/+1
|\ | | | | Fixed typo in setUVWH
| * Fixed typo in setUVWHJakub Czekański2019-12-031-2/+2
| |
* | don't set the version if already setLawrence Nahum2019-12-081-0/+4
| |
* | don't set GCC_BASE if already set (useful for in home toolchain)Lawrence Nahum2019-12-081-0/+4
| |
* | Fix setDrawMask macroJakub Czekański2019-11-291-2/+2
|/ | | Missing parenthesis caused compilation error when passing a reference to DR_MASK
* Forgot to update libpsn00b readmeJohn Wilbert M. Villamor2019-11-221-2/+3
|
* Added long awaited CD-ROM library and loads of fixes, see changelog for detailsJohn Wilbert M. Villamor2019-11-2230-126/+2236
|
* Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed ↵John Wilbert M. Villamor2019-10-1113-22/+208
| | | | negative values in vsprintf(), added billboard sprites example
* Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in ↵John Wilbert M. Villamor2019-09-236-8/+38
| | | | setUVWH() macro
* Added childexec example, added BIOS memory card functions, changed PAD ↵John Wilbert M. Villamor2019-08-1723-48/+199
| | | | function names, runtime library now 0.13b
* Accidentally broke SPU (set SPUCNT with 0x8001 instead of 0xC001)John Wilbert M. Villamor2019-07-201-1/+1
|
* Added C++ support, updated build instructions and makefiles, consolidated ↵John Wilbert M. Villamor2019-07-1732-235/+1179
| | | | libc and libgcc (during build process), libraries now v0.12b and more
* fix FntLoad to non-zero y locations for debug fontwilliamblair2019-06-301-2/+2
|
* Fixed local label typo in memcpy.sJohn Wilbert M. Villamor2019-06-261-1/+1
|