From 17a1bbea0129ac7fab8894ff99cc989b0869c979 Mon Sep 17 00:00:00 2001 From: Aurora Date: Sun, 4 Sep 2016 14:54:23 +0200 Subject: [PATCH] Updated Exclusive dev branch options and features (markdown) --- Exclusive-dev-branch-options-and-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exclusive-dev-branch-options-and-features.md b/Exclusive-dev-branch-options-and-features.md index 8cfcc1a..64838ad 100644 --- a/Exclusive-dev-branch-options-and-features.md +++ b/Exclusive-dev-branch-options-and-features.md @@ -7,7 +7,7 @@ The `developer` branch of Luma3DS has its own unique options and features which - **Developer features**: - **ErrDisp**: patches ErrDisp to display debugging information on the top screen - **UNITINFO**: patches the value of CFG_UNITINFO sent to the ARM11 on boot to make applications believe they are running on a developer unit. This makes ErrDisp display debugging information and allows you to run certain system software for development units, but also prevents using the eShop, amiibo, etc. - - **None**: doesn't apply either patch; also disables the FIRM exception handlers (see below) + - **None**: doesn't apply either patch; also disables the NATIVE_FIRM exception handlers (see below) ---