3dsinfofetch
From GameBrew
More actions
| 3dsinfofetch | |
|---|---|
| General | |
| Author | gruetzig |
| Type | System Tools |
| Version | 1.2 |
| License | MIT License |
| Last Updated | 2023/05/23 |
| Links | |
| Download | |
| Website | |
| Source | |
This app displays information about your 3DS directly on your device, including details from the 3DS runtime. It uses citro2d for graphics.
Installation
Place the .3dsx in sdmc:/3ds/3dsinfofetch/, then run it with the Homebrew Launcher.
Controls
Start - Exit
Changelog
v1.2 2023/05/23
- Luma version now doesnt display the last digit if it's 0, so 9.1.0 -> 9.1.
- Also fix the runtime if days > 0.
v1.1 2023/05/19
- Luma3DS version now gets displayed. I first tried to read mcu registers etc, just to find out that luma doesnt always update. Then I also found out that svcGetSustemInfo can grab exactly what I want.