Files
Anemone3DS/README.md
Alex Taber 217846bca4 Initial basic functionality commit
What this commit adds:
* Ability to apply a theme, given a folder
* Extract all .zip files in /Themes/ into a relevant folder
* Get all theme metadata from info.smdh
* Proper unicode handling

What's still needed for initial release:
* Theme shuffling
* GUI
2017-07-20 17:19:07 -04:00

16 lines
478 B
Markdown

# 3DSThemeManager
A Theme Manager for the Nintendo3DS, written in C
# Dependencies
This depends on zlib. Get it from portlibs.
# License
This project is licensed under the GNU GPLv3. See LICENSE.md for details.
# Credits
Thanks to Rinnegatamante, whose code served as reference on theme installation
Thanks to the folks on #dev of Nintendo Homebrew, who helped with unicode shenanigans
Thanks to the maintainers for all used libraries, including ctrulib, zlib, and minizip