3DES
From GameBrew
More actions
| 3DES | |
|---|---|
| General | |
| Author | psidex |
| Type | File Browsers |
| Version | 1.1 |
| License | Mixed |
| Last Updated | 2017/08/12 |
| Links | |
| Download | |
| Website | |
| Source | |
A (simple) homebrew 3DS file browser written in C.
User guide
Interface:
- Top screen - Main file browser.
- Upper area of bottom screen - Instructions.
- Lower area of bottom screen - Debug output.
Warnings:
- Deleting directories uses a recursive function, so if you have a large (very large) amount of subdirectories inside the directory you want to delete, it may end up breaking
Controls
A - Change to selected directory, Open file context menu
B - Go up a directory, Go back
X - CD to /
L - Create a new directory (brings a keyboard up to type the name)
R - Delete file/directory
D-Pad or Circle Pad Up/Down - Control the selection of files/directories
D-Pad or Circle Pad Left/Right - Go to the top/bottom of the file/directory list
Start - Close app and go back to HB menu
Changelog
v1.1
- Fixed a LOT of bugs including flashing screen.
- Added .CIA build.
- Lots of stuff I can't remember.
v1.0
- First stable release.
Credits
Compiled with devkitPro
sha256.c & sha256.h created by Brad Conte, edited by me (psidex)
Thanks to Pirater12 and LiquidFenrir for helping me with the code
External links
GitHub - https://github.com/psidex/3DES