From b0ead4b5a59e4b6b3201ec5cf0dd28a3ff57cd6c Mon Sep 17 00:00:00 2001 From: 916253 <916253@users.noreply.github.com> Date: Mon, 22 May 2017 21:01:32 -0400 Subject: [PATCH] Updated remainder to correspond with Luma3DS 7.1+ and boot9strap --- Other-features-and-notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Other-features-and-notes.md b/Other-features-and-notes.md index b9ca334..1ab7e32 100644 --- a/Other-features-and-notes.md +++ b/Other-features-and-notes.md @@ -48,15 +48,15 @@ Luma3DS does the following patches automatically, with no need for user configur --- -## ARM9LoaderHax and FIRM write-protection -Booting with arm9loaderhax is **auto-detected**, and **whenever you load SysNAND on A9LH** all FIRMs are automatically patched to **prevent overwriting** A9LH or bricking. -This also makes you be able to always safely perform a system update from A9LH. +## Boot9strap and FIRM write-protection +When using boot9strap, all FIRMs are automatically patched to **prevent overwriting** b9s or bricking. +This also makes it so that you are always able to safely perform a system update from b9s. --- ## Session persistency When a soft (or "MCU") reboot happens (like exiting from System Settings), Luma3DS will remember and force the last used boot mode. This is to easily keep staying on the NAND you booted. -To override this, just hold A (which is equivalent to not pressing anything on a fresh boot), or the desired button(s) for other boot options/ARM9 payloads. +To override this, just hold A (which is equivalent to not pressing anything on a fresh boot), or the desired button(s) for other boot options/payloads. ---