diff options
| author | John Wilbert M. Villamor <lameguy64@gmail.com> | 2020-02-28 11:41:30 +0800 |
|---|---|---|
| committer | John Wilbert M. Villamor <lameguy64@gmail.com> | 2020-02-28 11:41:30 +0800 |
| commit | 84422eceb3ecaa325f814b306665e58b0c3be647 (patch) | |
| tree | 40abe71be412ee2845a66d46fe1146a073c04c52 /changelog.txt | |
| parent | e14a2a4cde7fa2518df2cb0ed7063962bd52a46e (diff) | |
| download | psn00bsdk-84422eceb3ecaa325f814b306665e58b0c3be647.tar.gz | |
Added CdOpenDir(), CdReadDir() and CdCloseDir(). Fixed SpuKeyOn() bug and added cdbrowse example.
Diffstat (limited to 'changelog.txt')
| -rw-r--r-- | changelog.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index 5c0f824..9754e27 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,29 @@ PSn00bSDK changelog Items that are lower in the log are more recently implemented. +02-28-2020 by Lameguy64: + +* documentation: Added docs for CdOpenDir(), CdReadDir() and CdCloseDir(). + +* psxgpu: Added GetODE(). + +* psxspu: Fixed SpuKeyOn() bug where only 16 of the 24 channels can be + activated, due to channel bits being written as a 16-bit word. + +* psxcd: Added CdOpenDir(), CdReadDir() and CdCloseDir() for parsing directories. + +* psxcd: Issuing CdlNop (GetStat) commands now triggers the media change flag + internal to the libraries when CD lid is opened, so file system functions can + update the cached ISO descriptor when the disc has been changed. + +* psxcd: Made internal variables and functions for iso9660 parsing static. + + +02-25-2020 by thp: + +* libc: Added abs and labs() functions. + + 01-06-2020 by Lameguy64: * libpsn00b: Renamed libpsxcd directory to psxcd to match with other libraries. |
