Update README.md

This commit is contained in:
Pk11 2022-01-09 21:58:24 -06:00 committed by GitHub
parent 040ddd6db3
commit 1ae9504dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# NAND Title Manager
A basic title manager for DSi supporting both hiyaCFW and SysNAND, modified from JeffRuLz's Title Manager for HiyaCFW.
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.
@ -7,28 +7,20 @@ This can modify your internal system NAND! There is *always* a risk of **brickin
This has *barely* been tested and should be used with *extreme caution*. Please always use with Unlaunch installed, homebrew installed to the DSi Menu won't work without it and I'm not even sure if DSiWare installed by this will.
## 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.
- 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 be used to install cartridge games or older DS homebrew.
- This is only for DSi systems. Not 3DS or DS.
- 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](https://wiki.ds-homebrew.com/ds-index/forwarders)
- Always test your forwarders from TWiLight Menu++ or Unlaunch before installing to SysNAND
- This is only for DSi systems, not 3DS or DS
## Credits
[DevkitPro / DevkitARM / libnds](https://devkitpro.org/)
[MakeTMD by Tuxality](https://github.com/Tuxality/maketmd)
[GBATEK](https://problemkaputt.de/gbatek.htm)
[TMFH by JeffRuLz](https://github.com/JeffRuLz/TMFH)
[DSi Language Patcher by DesperateProgrammer](https://github.com/DesperateProgrammer/DSiLanguagePacher)
- [DevkitPro](https://devkitpro.org/): devkitARM and libnds
- [Tuxality](https://github.com/Tuxality): [maketmd](https://github.com/Tuxality/maketmd)
- [Martin Korth (nocash)](https://problemkaputt.de): [GBATEK](https://problemkaputt.de/gbatek.htm)
- [JeffRuLz](https://github.com/JeffRuLz): [TMFH](https://github.com/JeffRuLz/TMFH) (what this is a fork of)
- [DesperateProgrammer](https://github.com/DesperateProgrammer): [DSi Language Patcher](https://github.com/DesperateProgrammer/DSiLanguagePacher) (working NAND writing code)