Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

v9.1 Plugin Edition

Compare
Choose a tag to compare
@PabloMK7 PabloMK7 released this 04 Apr 20:50
· 484 commits to 3gx-loader since this release

This release features all the last improvements of Luma3DS and also includes a brand new plugin system.

This plugin system loads .3gx plugin files.
The plugins can be placed at 2 possibles locations:

  • sd:/luma/plugins/<TITLEID>/<filename>.3gx to set a plugin for a specified title (higher priority)
  • sd:/luma/plugins/default.3gx to set a plugin which would be loaded for all games (lower priority)

Default plugin is only loaded if no specific plugin is found.

An api is available to allow you to create your own plugins using a menu easily.
An example is available here.