3DS File Manager
include | ||
resources | ||
source | ||
tools | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md |
CtrOrganizer
(This is a project from February 2016)
A 3DS File Manager.
Last tested library commits:
Building
Since this project uses the 3DS Homebrew Template all of the required makerom and bannertool tools are already provided if you don't have them.
make
After you run make check the output directory for your binary files.
TODO
These things are planned currently:
GPU Rendering- Hex view (similar to CtrXplorer)
- Image view
- UI Improvements
- Status bar
- Options menu
- Size and free space
State managmentMake it easier to add statesInherit from base class so we can hold states in an array
Credits
- Thanks to the devkitPro team and the contributors of ctrulib for 3ds-examples and the amazing ctrulib library.