diff --git a/Exclusive-dev-branch-options-and-features.md b/Exclusive-dev-branch-options-and-features.md index 84e9605..09db978 100644 --- a/Exclusive-dev-branch-options-and-features.md +++ b/Exclusive-dev-branch-options-and-features.md @@ -6,7 +6,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 that they are running on a developer unit. This makes ErrDisp diplay debugging information too, but prevents using the eShop, amiibo, etc. + - **UNITINFO**: patches the value of CFG_UNITINFO sent to the arm11 on boot to make applications believe that they are running on a developer unit. This makes ErrDisp diplay debugging information and allows you to run certain software from development units, but also prevents using the eShop, amiibo, etc. - **None**: doesn't apply either patch; also disables the FIRM exception handlers (see below) ---