aboutsummaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-10-17 00:32:59 +0200
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-10-20 16:54:44 +0200
commit7a2e6dd9550376f7a0511e73b33194170d712384 (patch)
tree25c3e1f61176767753e0566bc0685ab52c50504a /changelog.txt
parent0a7f59de1eb079930e7c25ad35adc39c9946958c (diff)
downloadpsn00bsdk-7a2e6dd9550376f7a0511e73b33194170d712384.tar.gz
CMake fixes, improved CPack support, Windows 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.