aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Replaced sample image of mdecimage example, added dummy hooks for sio tty ↵U-Lameguy64-LT\Lameguy642022-03-254-2/+3
| | | | device, updated some documentation in libn00bref.odf
* Add FPS counter to n00bdemo, more psxpad commandsspicyjpeg2022-03-232-22/+68
|
* Add mdec/mdecimage example, psxpress fixesspicyjpeg2022-03-205-0/+320
|
* Remove stdint.h, fix n00bdemo crashingspicyjpeg2022-03-204-4/+7
|
* Minor fixes, add C++ placement new, n00bdemo 573 supportspicyjpeg2022-03-124-7/+47
|
* Fix critical ldscript bug and CI, add BIOS setjmpspicyjpeg2022-03-072-5/+3
|
* Refactor io/system573, switch to MSVC for CI buildsspicyjpeg2022-02-284-204/+461
|
* Rename some hwregs_c.h and hwregs.a definitionsspicyjpeg2022-02-273-5/+6
|
* Add psn00bsdk_target_incbin() CMake functionspicyjpeg2022-02-2019-27979/+38
|
* Rewrite assert() and DL_CALL(), update mkpsxisospicyjpeg2022-02-201-7/+12
|
* Rename hwregs_a definitions, add hwregs_c, fix io/padsspicyjpeg2022-02-094-119/+102
|
* Add LIBPSN00B_GENERATOR option, fix .incbin alignmentspicyjpeg2022-02-077-3/+14
|
* Switch back to mkpsxiso master branch, update docsspicyjpeg2022-02-031-5/+10
|
* Merge branch 'master' of github.com:Lameguy64/PSn00bSDK into latest-commitspicyjpeg2022-01-1715-82/+972
|\
| * Removed old libn00bref.odt document, added tilesasm example, examples in ↵U-Lameguy64-LT\Lameguy642022-01-1710-25/+895
| | | | | | | | source form now copied on installation, more graphics primitives documented, some changes to readme
* | Minor psxgpu/psxpad header changesspicyjpeg2022-01-171-19/+18
| |
* | Add known_bugs.md, fix sound/vagsample and declarationsspicyjpeg2021-12-302-2/+2
| |
* | Refactor dynamic linker API, fix system/dynlink examplespicyjpeg2021-12-302-100/+122
| |
* | Fix CMake and CI bugs, set version number, update docsspicyjpeg2021-12-291-1/+1
| |
* | Remove PSN00BSDK_LIBS leftovers, improve CI artifact uploadspicyjpeg2021-12-2322-88/+0
| |
* | Fix CdGetSector size inconsistency, update changelogspicyjpeg2021-12-232-2/+2
| |
* | Add sound/spustream examplespicyjpeg2021-12-235-0/+630
| |
* | Add io/system573 example, rewrite dev notes, fix CIspicyjpeg2021-11-293-0/+432
|/
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-1812-12/+9
|
* Cleaned up pads example, added CMake script for cartromspicyjpeg2021-11-115-66/+114
|
* Fixed examples directory hierarchy not being preservedspicyjpeg2021-11-1020-24/+40
|
* Rolled back minimum required CMake version to 3.20spicyjpeg2021-11-0820-20/+20
|
* Added io/pads example, psxpad.h definitions, bugfixesspicyjpeg2021-11-075-1/+564
|
* libc build fix, replaced dlerror() strings with enumspicyjpeg2021-10-201-4/+6
|
* CMake fixes, improved CPack support, Windows instructionsspicyjpeg2021-10-202-65/+22
|
* Merge branch 'master' into cmakeJohn "Lameguy" Wilbert Villamor2021-10-154-0/+28168
|\
| * Fixed bugs in SPU library, added vagsample exampleJohn Wilbert M. Villamor2021-10-064-0/+28168
| |
* | Updated changelog and files missing from last commitspicyjpeg2021-09-273-6/+10
| |
* | Misc MSVC/CMake fixes, also fixed childexec examplespicyjpeg2021-09-271-0/+7
| |
* | Migrated examples to CMakespicyjpeg2021-09-1248-1278/+557
|/
* Added dynamic linker API and example, updated README and changelogspicyjpeg2021-08-179-0/+740
|
* Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-1724-551/+874
|
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-0125-82/+136
| | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK.
* Lots of makefile corrections, improved build and toolchain instructions, ↵John Wilbert M. Villamor2021-02-1820-32/+41
| | | | added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
* Added missing examples in makefileAlexandro Trevisan2021-01-051-3/+3
|
* Added updated library reference, added struct names in psxgpu.h, defined GTE ↵John Wilbert M. Villamor2021-01-052-0/+206
| | | | squareroot functions and added C++ demo example.
* Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵John Wilbert M. Villamor2020-11-2921-72/+960
| | | | memmove(), removed redundant toolchain definitions, added HDTV example
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-1921-95/+151
| | | | 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()
* Refined toolchain instructions, organized examples, added automatic retry ↵John Wilbert M. Villamor2020-04-24122-36/+602
| | | | 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-112-5/+5
|
* Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and ↵John Wilbert M. Villamor2020-02-286-1/+629
| | | | added cdbrowse example.
* Updated hello world with more commentsJohn Wilbert M. Villamor2020-01-062-54/+108
|
* Some minor updates, added CD-ROM library documentationJohn Wilbert M. Villamor2020-01-063-6/+124
|
* don't set the version if already setLawrence Nahum2019-12-081-0/+3
|
* don't set GCC_BASE if already set (useful for in home toolchain)Lawrence Nahum2019-12-081-0/+4
|