diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-11-20 01:09:33 +0100 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-11-20 01:09:33 +0100 |
| commit | 9b00e5f7ff163a8fc6f341dbf237d90c61dadddc (patch) | |
| tree | d20c80fbd4f5a5d1d3972669625972cea6b3684d /changelog.txt | |
| parent | 853fa4eed241cdd87b8c2d2e60cf755509d9a184 (diff) | |
| download | psn00bsdk-9b00e5f7ff163a8fc6f341dbf237d90c61dadddc.tar.gz | |
Fixed macOS installation bug, updated INSTALL.md
Diffstat (limited to 'changelog.txt')
| -rw-r--r-- | changelog.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt index 041bbc5..3efa7a0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,25 @@ PSn00bSDK changelog Items that are lower in the log are more recently implemented. +11-19-2021 by spicyjpeg: + +* libc: Removed STACK_MAX_SIZE and added _mem_init() back. RAM and stack size + can now be set by calling _mem_init() manually before allocating any memory. + +* libc: sprintf() now supports fixed padding when using %@ (binary integer). + +* psxapi: Added wrapper around BIOS function GetSystemInfo(). + +* examples: Added pads example. Also added CMake build script to cartrom, which + is now built alongside all other examples. + +* Deprecated malloc.h and removed all references to it (stdlib.h should be used + instead). Moved int*_t and uint*_t types to stdint.h. + +* Fixed file permission errors when attempting to install the SDK on macOS. + Made some small updates to INSTALL.md. + + 10-31-2021 by spicyjpeg: * Added tinyxml2 and mkpsxiso as git submodules and removed the (admittedly |
