aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Cleaned up pads example, added CMake script for cartromspicyjpeg2021-11-117-69/+117
| |
| * Fixed examples directory hierarchy not being preservedspicyjpeg2021-11-1023-30/+44
| |
| * Rolled back minimum required CMake version to 3.20spicyjpeg2021-11-0829-34/+29
| |
| * Added io/pads example, psxpad.h definitions, bugfixesspicyjpeg2021-11-079-57/+759
| |
| * Temporarily fixed .gitmodules for testingspicyjpeg2021-10-311-1/+2
| |
| * Merge branch 'master' into cmakespicyjpeg2021-10-3114-2/+1946
| |\ | |/ |/|
* | Added indev directoryLameguy642021-10-2513-0/+1943
| |
* | Very tiny README updateLameguy642021-10-251-1/+1
| |
* | Merge pull request #41 from spicyjpeg/cmakeJohn "Lameguy" Wilbert Villamor2021-10-2515-459/+771
|\ \ | | | | | | CMake fixes, Windows build instructions
| | * Added CMake presets, updated installation guidespicyjpeg2021-10-314-55/+86
| | |
| | * Added mkpsxiso and tinyxml2 as submodulesspicyjpeg2021-10-315-73/+39
| |/
| * libc build fix, replaced dlerror() strings with enumspicyjpeg2021-10-204-107/+148
| |
| * CMake fixes, improved CPack support, Windows instructionsspicyjpeg2021-10-2012-359/+630
|/
* Update CMakeLists.txtJohn "Lameguy" Wilbert Villamor2021-10-151-1/+1
| | | Corrected mkpsxiso source repo.
* Merge pull request #38 from spicyjpeg/cmakeJohn "Lameguy" Wilbert Villamor2021-10-15112-2392/+2791
|\ | | | | Full CMake support (in place of makefiles)
| * Merge branch 'master' into cmakeJohn "Lameguy" Wilbert Villamor2021-10-156-2/+28180
| |\ | |/ |/|
* | Fixed bugs in SPU library, added vagsample exampleJohn Wilbert M. Villamor2021-10-066-2/+28179
| |
| * Updated changelog and files missing from last commitspicyjpeg2021-09-2712-39/+71
| |
| * Misc MSVC/CMake fixes, also fixed childexec examplespicyjpeg2021-09-2717-105/+172
| |
| * Misc. CMake bug and typo fixes, updated changelogspicyjpeg2021-09-134-4/+41
| |
| * Updated docs, moved install guide to INSTALL.mdspicyjpeg2021-09-126-238/+387
| |
| * Migrated tools to CMakespicyjpeg2021-09-127-155/+78
| |
| * Migrated template to CMakespicyjpeg2021-09-123-77/+43
| |
| * Migrated examples to CMakespicyjpeg2021-09-1248-1278/+557
| |
| * Migrated libpsn00b to CMakespicyjpeg2021-09-1215-560/+320
| |
| * Added preliminary files for CMake/CPack supportspicyjpeg2021-09-1216-0/+1185
|/
* Merge pull request #36 from spicyjpeg/dynlinkJohn "Lameguy" Wilbert Villamor2021-08-3166-1002/+3658
|\ | | | | Dynamic linker, gp-relative addressing, ldscripts and more
| * Added dynamic linker API and example, updated README and changelogspicyjpeg2021-08-1716-17/+1836
| |
| * Rewritten all Makefiles, set up proper GCC options, added iso.xml to templatespicyjpeg2021-08-1742-875/+1701
| |
| * 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-0130-331/+446
| | | | psxgpu and psxcd, to improve compatibility with code written for the official SDK.
* Merge pull request #30 from devbored/masterJohn Wilbert Villamor2021-03-109-9/+9
|\ | | | | Minor Makefile include fixes
| * Minor Makefile fixesAustin Annestrand2021-02-209-9/+9
|/
* Lots of makefile corrections, improved build and toolchain instructions, ↵John Wilbert M. Villamor2021-02-1831-145/+640
| | | | added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example
* Merge pull request #29 from alextrevisan/masterJohn Wilbert Villamor2021-02-111-0/+64
|\ | | | | Added some macros for gte_stsxy3_*
| * Added some macros for gte_stsxy3_*Alexandro Trevisan2021-01-301-0/+64
|/
* Merge pull request #28 from alextrevisan/masterJohn Wilbert Villamor2021-01-081-3/+3
|\ | | | | Added missing examples in makefile
| * 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-059-95/+319
| | | | squareroot functions and added C++ demo example.
* Forgot to update draft dateJohn Wilbert M. Villamor2020-12-051-0/+0
|
* Documented more Geometry Library functionsJohn Wilbert M. Villamor2020-12-031-0/+0
|
* Merge branch 'master' of https://github.com/Lameguy64/PSn00bSDKJohn Wilbert M. Villamor2020-11-291-4/+17
|\
| * Merge pull request #24 from ckosmic/masterJohn Wilbert Villamor2020-10-261-4/+17
| |\ | | | | | | Account for forward-looped memmove
| | * Account for forward-looped memmoveChristian Kosman2020-10-011-4/+17
| |/
* / Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated ↵John Wilbert M. Villamor2020-11-2927-76/+991
|/ | | | memmove(), removed redundant toolchain definitions, added HDTV example
* Minor correction on changelogJohn Wilbert M. Villamor2020-09-191-5/+5
|
* Revised makefiles, added strtok(), command line arguments, SetHeapSize(), ↵John Wilbert M. Villamor2020-09-1965-680/+1368
| | | | 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