1
Fork 0
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.
ctrorganizer/README.md
2024-01-03 15:59:26 -05:00

1.2 KiB

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