This release aims at optimizing the overall CFW.
-
Custom Launcher now uses dynamic libraries for extracting archives, FTP Server and Client and AT3/PMF playback. This allows load/offloading the libraries on demand, optimizing the usage of memory by not have code loaded when not needed.
-
Implemented SysclibForUser, this allows user modules to utilize Sony's built-in libc library that was previously limited to kernel modules. By not having to include many common libc functions, user modules can end up taking less space. Note that this doesn't mean that plugins/homebrew will magically take up less memory as is, each plugin/homebrew will have to be recompiled to link against this new library and the results may vary.
-
Some other cleanup and refactor.