diff --git a/Options-and-usage.md b/Options-and-usage.md index 50b2dc1..3b25dca 100644 --- a/Options-and-usage.md +++ b/Options-and-usage.md @@ -39,8 +39,8 @@ This allows you to configure the processor the same way NTR CFW does: - **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. + - **UNITINFO**: patches the value of CFG_UNITINFO sent to the ARM11 on boot to make applications believe they are running on a developer unit, and switches the CIA encryption to the developer one. +This makes ErrDisp display debugging information and allows you to install and run certain system software for development units, but also prevents using the eShop, amiibo, retail-encrypted CIAs etc. - **None**: doesn't apply either patch and disables the exception handlers (refer to the [Other features and notes](https://github.com/AuroraWright/Luma3DS/wiki/Other-features-and-notes) page). ---