From 1ae9504dda9b45d11f75c813980276adbddc4530 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sun, 9 Jan 2022 21:58:24 -0600 Subject: [PATCH] Update README.md --- README.md | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 5615465..f88f4f2 100644 --- a/README.md +++ b/README.md @@ -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)