Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 986 Bytes

File metadata and controls

33 lines (22 loc) · 986 Bytes

simple-decompress

Nintendo DS / DSi homebrew that extracts ZIP archives from the SD card on the device, with touchscreen password entry. pack.zip becomes pack/ beside it.

Built with BlocksDS and ArchitectDS.

Status: working. Finds archives, prompts per archive, extracts with optional password entry on the touchscreen.

Build

Requires BlocksDS, the Wonderful Toolchain, ninja and Python 3. ArchitectDS is a submodule.

git clone --recurse-submodules https://github.com/loganturner/simple-decompress
python3 build.py

Docs

License

MIT, see LICENSE. Vendored minizip retains its own zlib license.