Skip to content

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

License

Notifications You must be signed in to change notification settings

xerpi/mload-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •