From 16927304d9f498330081841de54f443189b07362 Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Mon, 11 Oct 2021 23:26:01 -0600 Subject: [PATCH] Update faq.md --- pages/_en-US/nds-bootstrap/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/_en-US/nds-bootstrap/faq.md b/pages/_en-US/nds-bootstrap/faq.md index 933c9fb5..d661d725 100644 --- a/pages/_en-US/nds-bootstrap/faq.md +++ b/pages/_en-US/nds-bootstrap/faq.md @@ -36,8 +36,8 @@ There are also timing issues and AP measures (which most are already removed), b #### What is a Donor ROM? In nds-bootstrap, when a game doesn't boot or save, another ROM is used to "donate" it's ARM7 (and ARM7i, if available) binary to the game set to run, in place of the game's own said binary. Most games can be set as a Donor ROM (which can be done via **TW**i**L**ight Menu++), and both the game to launch and the donor must contain the same SDK version. -- **Flashcards in DS mode:** Games containing ARM7 binaries compiled in THUMB will require a Donor ROM containing an ARM7 binary compiled in ARM, in order for the game to boot and/or save. -- **DSi/3DS on SD Card + Flashcards with unlocked SCFG:** DSi-Enhanced games containing ARM7 binaries compiled in THUMB will require any TWL-type Donor ROM containing an ARM7 binary compiled in ARM, in order for the game to boot in DSi mode. +- **Flashcards in DS mode:** Games containing ARM7 binaries compiled with THUMB code will require a Donor ROM containing an ARM7 binary compiled with ARM code, in order for the game to boot and/or save. +- **DSi/3DS on SD Card + Flashcards with unlocked SCFG:** DSi-Enhanced games containing ARM7/ARM7i binaries compiled with THUMB code will require any TWL-type Donor ROM containing an ARM7/ARM7i binary compiled with ARM code, in order for the game to boot in DSi mode. - **DSiWarehax:** As both DSi-Enhanced games and DSi-Exclusive/DSiWare games contain different MBK settings from each other, DSi-Enhanced games will not boot in DSi mode without a Donor ROM. By setting a DSi-Exclusive/DSiWare title as a Donor ROM, DSi-Enhanced games will be able to run within the MBK settings set by the DSiWare title the exploit is used on. - **CycloDS iEvolution:** Same case with DSiWarehax, but DSi-Exclusive/DSiWare titles will require a DSi-Enhanced game set as a Donor ROM, instead of the other way around.