A mload-module mod based on @Leseratte10's d2xl-cios.
1) Load IOS modules from the SD at MLOAD startup
Similar to PSP's plugin system, you can create a text file sd:/mload/mload.txt. Each line represents the path of an IOS module to load (.app). Lines starting with # are considered comments. For example:
# This is a comment
mload/MYMODULE.app
2) Adds MLOAD_GET_LOG_BUFFER_AND_EMPTY ioctl
This ioctl is useful for extracting IOS-side logs from the PPC (regular Wii apps) for those who do not have a USB Gecko.
Note: By default, this feature is disabled. To enable buffer logging, you should comment out or remove #define NO_DEBUG_BUFFER in include/debug.h.
Check out this repository for a sample homebrew application that uses this ioctl.