From 9b00e5f7ff163a8fc6f341dbf237d90c61dadddc Mon Sep 17 00:00:00 2001 From: spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> Date: Sat, 20 Nov 2021 01:09:33 +0100 Subject: Fixed macOS installation bug, updated INSTALL.md --- changelog.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'changelog.txt') 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 -- cgit v1.2.3