aboutsummaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2020-03-11 09:11:01 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2020-03-11 09:11:01 +0800
commite82da2abe4c264d4b48a48d79cf9b8e4c4fb8ab6 (patch)
tree0e5aa79d00229902aa0eae88c018ee9d226f83b7 /changelog.txt
parent84422eceb3ecaa325f814b306665e58b0c3be647 (diff)
downloadpsn00bsdk-e82da2abe4c264d4b48a48d79cf9b8e4c4fb8ab6.tar.gz
Fixed CdInit() syntax, fixed CdlFILE, updated toolchain.txt a bit.
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 9754e27..ec3e9b2 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -3,6 +3,15 @@ PSn00bSDK changelog
Items that are lower in the log are more recently implemented.
+03-11-2020 by Lameguy64:
+
+* psxcd: Fixed CdInit() syntax (there should be no arguments).
+
+* psxcd: Fixed CdlFILE, loc variable renamed to pos.
+
+* documentation: Improved and updated toolchain instructions a bit.
+
+
02-28-2020 by Lameguy64:
* documentation: Added docs for CdOpenDir(), CdReadDir() and CdCloseDir().