aboutsummaryrefslogtreecommitdiff
path: root/examples/demos
Commit message (Collapse)AuthorAgeFilesLines
* Split off libsmd from n00bdemo into separate libraryspicyjpeg2023-06-2010-3827/+465
|
* Fix IRQ bugs, PutDispEnv() PAL screen centeringspicyjpeg2023-06-201-14/+14
|
* Add IsIdleGPU(), tweak psxgpu.h, fix mdec/strvideospicyjpeg2023-04-041-15/+14
|
* Fix VSync(), assert(), warnings and some examplesspicyjpeg2023-01-221-11/+3
|
* Rearrange hwregs_c.h and k573io.h, add clz intrinsicsspicyjpeg2022-12-181-3/+3
|
* Bump required CMake version to 3.21spicyjpeg2022-10-111-2/+2
|
* Update version number, clean up old headersspicyjpeg2022-09-223-6/+6
|
* Refactor libpsxgpu in C, add OT drawing queuespicyjpeg2022-06-291-1/+1
|
* Add FPS counter to n00bdemo, more psxpad commandsspicyjpeg2022-03-232-22/+68
|
* Remove stdint.h, fix n00bdemo crashingspicyjpeg2022-03-202-4/+5
|
* Minor fixes, add C++ placement new, n00bdemo 573 supportspicyjpeg2022-03-121-5/+41
|
* Add psn00bsdk_target_incbin() CMake functionspicyjpeg2022-02-203-54/+11
|
* Add LIBPSN00B_GENERATOR option, fix .incbin alignmentspicyjpeg2022-02-071-1/+7
|
* Remove PSN00BSDK_LIBS leftovers, improve CI artifact uploadspicyjpeg2021-12-231-4/+0
|
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-182-2/+0
|
* Fixed examples directory hierarchy not being preservedspicyjpeg2021-11-101-1/+1
|
* Rolled back minimum required CMake version to 3.20spicyjpeg2021-11-081-1/+1
|
* Added io/pads example, psxpad.h definitions, bugfixesspicyjpeg2021-11-071-1/+7
|
* Updated changelog and files missing from last commitspicyjpeg2021-09-273-6/+10
|
* Migrated examples to CMakespicyjpeg2021-09-127-118/+103
|
* Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-173-32/+58
|
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-016-27/+34
| | | | 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-182-2/+2
| | | | added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
* Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵John Wilbert M. Villamor2020-11-291-5/+0
| | | | memmove(), removed redundant toolchain definitions, added HDTV example
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-191-2/+2
| | | | 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-2463-0/+19574
for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.