diff options
| author | John "Lameguy" Wilbert Villamor <lameguy64@gmail.com> | 2021-10-25 08:18:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-25 08:18:23 +0800 |
| commit | 8d17a5abe3c600b603f1910239d5df0fff9f4eed (patch) | |
| tree | 20d3110363ab468e99502337c0a46852662bb365 /changelog.txt | |
| parent | 0a7f59de1eb079930e7c25ad35adc39c9946958c (diff) | |
| parent | 4e0d5bceb24042a6d31c76958ce2c6157369ac68 (diff) | |
| download | psn00bsdk-8d17a5abe3c600b603f1910239d5df0fff9f4eed.tar.gz | |
Merge pull request #41 from spicyjpeg/cmake
CMake fixes, Windows build instructions
Diffstat (limited to 'changelog.txt')
| -rw-r--r-- | changelog.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index 7f141f6..3d7ee97 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,22 @@ PSn00bSDK changelog Items that are lower in the log are more recently implemented. +10-17-2021 by spicyjpeg: + +* Added SKIP_TINYXML2 and SKIP_MKPSXISO build options in place of the old + SKIP_DOWNLOAD option, and a new BUNDLE_TOOLCHAIN option for building packages. + Updated INSTALL.md accordingly and fixed git branch error when downloading + mkpsxiso during build. + +* Rewritten toolchain.txt (which is now TOOLCHAIN.md) and added proper Windows + toolchain build instructions. + +* Added safety checks in CMake scripts to ensure elf2x/mkpsxiso are installed + before attempting to build an executable or CD image. + +* examples: Added CMake build script to (and removed makefile from) vagsample. + + 10-06-2021 by Lameguy64: * psxspu: Fixed register typo in SpyKeyOn causing unpredictable instability. |
