-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reimplement devkitPro tools within cargo-3ds #2
Comments
Hey, so the other day I made a Rust library that could make this possible if it gets more support for creating files and not just reading them, currently, out of creating files it only supports making FIRM files, but it could be extended to support making other files. Note that SMDH image format is very annoying to work with and it has been shelved temporarily. |
Wow, that's some very interesting work! Please update us if you manage to write valid This could also open the door for |
Done, already had it on mind for a while so I just grabbed some code that i shelved |
Having dependencies on third party tools that must be in range of the environment commands isn't a good idea. Also,
smdhtool
isn't designed very well, and misses some features. Rewriting the tools in Rust, in the form of libraries for the main binary, would be the best approach, but it will take quite some time.The text was updated successfully, but these errors were encountered: