From 73da314a1fe562d472a33f94c88acb1bd1367b28 Mon Sep 17 00:00:00 2001 From: Aurora Date: Sun, 13 Nov 2016 13:32:38 +0100 Subject: [PATCH] Updated Options and usage (markdown) --- Options-and-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). ---