| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace .include with #includefix-include | Xavier Del Campo Romero | 2025-07-05 | 4 | -24/+24 |
| | | | | | | | | | | For some reason, both mipsel-unknown-elf-gcc 8.2.0 and mipsel-non-elf 15.1.0 were unable to resolve .include assembler directives. As a workaround, it is still possible to use the preprocessor, and therefore the usual #include preprocessor directive. However, this requires the assembly files to use the uppercase .S file extension. | ||||
| * | Misc. libpsn00b bugfixes, new critical section macros | spicyjpeg | 2022-11-15 | 1 | -25/+26 |
| | | |||||
| * | Initial psxgte cleanup | spicyjpeg | 2022-10-19 | 17 | -764/+658 |
| | | |||||
| * | Update version number, clean up old headers | spicyjpeg | 2022-09-22 | 12 | -23/+23 |
| | | |||||
| * | Migrated libpsn00b to CMake | spicyjpeg | 2021-09-12 | 1 | -59/+0 |
| | | |||||
| * | Rewritten all Makefiles, set up proper GCC options, added iso.xml to template | spicyjpeg | 2021-08-17 | 1 | -22/+35 |
| | | |||||
| * | Minor Makefile fixes | Austin Annestrand | 2021-02-20 | 1 | -1/+1 |
| | | |||||
| * | Added updated library reference, added struct names in psxgpu.h, defined GTE ↵ | John Wilbert M. Villamor | 2021-01-05 | 1 | -2/+3 |
| | | | | | squareroot functions and added C++ demo example. | ||||
| * | Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵ | John Wilbert M. Villamor | 2020-11-29 | 1 | -1/+1 |
| | | | | | memmove(), removed redundant toolchain definitions, added HDTV example | ||||
| * | Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵ | John Wilbert M. Villamor | 2020-09-19 | 1 | -12/+22 |
| | | | | | 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 | ||||
| * | Added long awaited CD-ROM library and loads of fixes, see changelog for details | John Wilbert M. Villamor | 2019-11-22 | 1 | -1/+1 |
| | | |||||
| * | Added FntOpen(), FntPrint() and FntFlush(), fixed termPrim() typo, fixed ↵ | John Wilbert M. Villamor | 2019-10-11 | 1 | -1/+1 |
| | | | | | negative values in vsprintf(), added billboard sprites example | ||||
| * | Added C++ support, updated build instructions and makefiles, consolidated ↵ | John Wilbert M. Villamor | 2019-07-17 | 1 | -5/+3 |
| | | | | | libc and libgcc (during build process), libraries now v0.12b and more | ||||
| * | LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and ↵ | John Wilbert M. Villamor | 2019-06-23 | 3 | -24/+21 |
| | | | | | VSync(), better reference manual. | ||||
| * | First commit | John Wilbert M. Villamor | 2019-04-06 | 16 | -0/+951 |
