/mload-mod

d2x-cios's mload mod with mload.txt support to load modules from SD at IOS startup

Primary LanguageCGNU General Public License v3.0GPL-3.0

mload-mod

A mload-module mod based on @Leseratte10's d2xl-cios.

Features:

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.