More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=3DS-PluginsFolder | |title=3DS-PluginsFolder | ||
|image= | |image=3dspluginfolder.png | ||
|description=This program will allow you to create folders for all Titles ID on the directory sdmc:/plugin/. | |description=This program will allow you to create folders for all Titles ID on the directory sdmc:/plugin/. | ||
|author=Klairm | |author=Klairm |
Revision as of 06:21, 26 November 2021
3DS-PluginsFolder | |
---|---|
File:3dspluginfolder.png | |
General | |
Author | Klairm |
Type | Utilities |
Version | 1.3 |
License | Mixed |
Last Updated | 2020/03/20 |
Links | |
Download | |
Website | |
Source | |
3DS-PluginsFolder is a homebrew program that allows you to create folders for all Titles ID on the directory sdmc:/plugin/ (plugin folder has to be created before) and copy a plugin file (.plg) into all that folders without the need of a PC. Created basically for practice programming on the 3DS.
Installation
Installing
Place the .3dsx file in your Nintendo 3DS's SD card's 3ds folder, then run with homebrew launcher.
Compiling
You can compile from the source if preferred, which requires:
- DevkitProARM.
- 3ds-dev from the devkitpro pacman repository.
User guide
This program that has 2 options:
- Get all the TitlesID installed on your SD card, and create a folder with the Titles ID's on sdmc/plugin/.
- List all the .plg (plugin files) on the root of your SD card (sdmc:/) and let you choose which one you want to copy on all the directories inisde sdmc:/plugin/.
So that way you don't need a computer for use plugins like ActionReplay with NTR.
Controls
A - Select
B - Go back
Select - Exit
Changelog
v1.3 2021/03/20
- The program will detect if "plugin" folder exists, if not it will create it.
- Some other code cleanup.
v1.1 2020/09/08
- Minor fixes.
v1.0 2020/09/06
- First release.
Credits
- Devkitpro team for the toolchain and libctru.
- Nintendo Homebrew Discord server for the helps.