aboutsummaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2019-09-23 11:28:07 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2019-09-23 11:28:07 +0800
commit72b7d4168afc63db572539d41623c3ab0f09ddf4 (patch)
treeca6f3ba4e1deada4fb41ce6d34dd64e81afbc9b1 /changelog.txt
parent82a441e7bd3a5103330c7d5ca7f9df470953e586 (diff)
downloadpsn00bsdk-72b7d4168afc63db572539d41623c3ab0f09ddf4.tar.gz
Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in setUVWH() macro
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index f9238e9..be481d1 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -2,6 +2,19 @@ PSn00bSDK changelog
Items that are lower in the log are more recently implemented.
+09-23-2019 by Lameguy64:
+
+* libc: Added strcat() function.
+
+* Included PSn00bSDK logo vector.
+
+* psxgte: Added gte_stsz() macro.
+
+* psxgpu: Fixed typos in setUVWH() macro.
+
+* Added _boot() BIOS function (A(A0h) aka Warmboot, useful for CD based
+ serial loaders).
+
08-17-2019 by Lameguy64: