1
Fork 0
3DS File Manager
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2024-01-03 15:59:26 -05:00
include Add old files 2024-01-03 15:59:26 -05:00
resources Add old files 2024-01-03 15:59:26 -05:00
source Add old files 2024-01-03 15:59:26 -05:00
tools Add old files 2024-01-03 15:59:26 -05:00
.gitignore Add old files 2024-01-03 15:59:26 -05:00
LICENSE Add old files 2024-01-03 15:59:26 -05:00
Makefile Add old files 2024-01-03 15:59:26 -05:00
README.md Add old files 2024-01-03 15:59:26 -05:00

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 managment
    • Make it easier to add states
    • Inherit from base class so we can hold states in an array

Credits