3DES: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox 3DS Homebrews |title=3DES |image=3des.png |description=3ds Explorer Shell, a (simple) homebrew file browser for the 3DS. |author=psidex |lastupdated=2017/08/12 |type=File Browsers |version=1.1 |license=Mixed |download=https://dlhb.gamebrew.org/3dshomebrews/3des.7z |website=https://github.com/psidex/3DES/releases |source=https://github.com/psidex/3DES/releases }} A (simple) homebrew 3DS file browser written in C. == User guide == Interface: * Top screen - Main..." |
No edit summary |
||
| Line 28: | Line 28: | ||
B - Go up a directory, Go back | B - Go up a directory, Go back | ||
X - CD to | X - CD to "/" | ||
L - Create a new directory (brings a keyboard up to type the name) | L - Create a new directory (brings a keyboard up to type the name) | ||
Latest revision as of 10:44, 2 September 2025
| 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