mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
TAD installer for DSi
Apparently this doens't actually cause 'an error has occurred', however I'd still rather not allow that risk as there's not really any reason to and if it somehow did cause the error without Unlaunch that'd be a brick |
||
|---|---|---|
| .github/workflows | ||
| arm7 | ||
| arm9 | ||
| .gitignore | ||
| icon.bmp | ||
| LICENSE.txt | ||
| Makefile | ||
| README.md | ||
NAND Title Manager
A basic title manager for the Nintendo DSi supporting both hiyaCFW's SDNAND and SysNAND, modified from JeffRuLz's Title Manager for HiyaCFW.
WARNING
This can modify your internal system NAND! There is always a risk of bricking, albeit small, when you modify NAND. Please proceed with caution.
This has barely been tested and should be used with extreme caution. Please always use with Unlaunch installed.
Features
- Install DSiWare and homebrew onto your hiyaCFW SDNAND and SysNAND DSi Menus
- Delete system titles and others hidden from Data Management on SDNAND
- Backup and restore installed titles
- View basic title header info
Notes
- Backup your SD card and your NAND! Nothing bad should happen, but this is an early release so who knows
- This cannot install cartridge games or older DS homebrew directly, for those you need to make forwarders
- Always test your forwarders from TWiLight Menu++ or Unlaunch before installing to SysNAND
- Save files and legit TMDs can be used by giving them the following names, where
[rom name]is the file name of the ROM without the extensionpublic.sav=>[rom name].pubprivate.sav=>[rom name].prvbanner.sav=>[rom name].bnrtitle.tmd=>[rom name].tmd
- If you want your DSiWare to work without RSA patches make sure to provide a legit TMD
- Homebrew and DSiWare without a legit TMD require Unlaunch installed with its launcher patches enabled when installed to SysNAND
- This is only for DSi systems, not 3DS or DS
Credits
- DevkitPro: devkitARM and libnds
- Tuxality: maketmd
- Martin Korth (nocash): GBATEK
- JeffRuLz: TMFH (what this is a fork of)
- DesperateProgrammer: DSi Language Patcher (working NAND writing code)