aboutsummaryrefslogtreecommitdiff
path: root/examples/beginner/cppdemo/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor hello and cppdemo examples, fix cdxaspicyjpeg2023-05-211-151/+0
|
* Add C++ standard library headers, update beginner/cppdemospicyjpeg2023-05-111-140/+134
|
* Deprecated malloc.h, moved int*_t types to stdint.hspicyjpeg2021-11-181-1/+1
|
* Added int*_t and uint*_t variable types and updated type definitions in ↵John Wilbert M. Villamor2021-07-011-5/+10
| | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK.
* Added updated library reference, added struct names in psxgpu.h, defined GTE ↵John Wilbert M. Villamor2021-01-051-0/+152
squareroot functions and added C++ demo example.