aboutsummaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorJohn "Lameguy" Wilbert Villamor <lameguy64@gmail.com>2021-10-25 08:18:23 +0800
committerGitHub <noreply@github.com>2021-10-25 08:18:23 +0800
commit8d17a5abe3c600b603f1910239d5df0fff9f4eed (patch)
tree20d3110363ab468e99502337c0a46852662bb365 /changelog.txt
parent0a7f59de1eb079930e7c25ad35adc39c9946958c (diff)
parent4e0d5bceb24042a6d31c76958ce2c6157369ac68 (diff)
downloadpsn00bsdk-8d17a5abe3c600b603f1910239d5df0fff9f4eed.tar.gz
Merge pull request #41 from spicyjpeg/cmake
CMake fixes, Windows build instructions
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt16
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.