Updated Exclusive dev branch options and features (markdown)

Aurora 2016-09-04 14:49:23 +02:00
parent 3d39d7d1f9
commit cec95b34fd

@ -4,12 +4,14 @@ The `developer` branch of Luma3DS has its own unique options and features which
## Options:
- **Developer options**:
- **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.
- **None**: doesn't apply either patch; also disables the exception handlers (see below)
- **None**: doesn't apply either patch; also disables the FIRM exception handlers (see below)
- **Disable access checks**: disables SVC, service, and exheader arm9 access checks
---
- **Patch SVC/service/archive/ARM9 access**: disables SVC, service, archive and exHeader ARM9 access checks
## Exception handlers
@ -23,4 +25,4 @@ To parse a crash dump produced by Luma3DS, use [this parser script](https://raw.
- **External firmware loading**: if present in the `luma` folder, one of: `firmware.bin`, `firmware_twl.bin`, `firmware_agb` and `firmware_safe.bin` (depending on the firmware being launched) will be used of the one stored in CTRNAND.
- **External module loading**: loads standalone system modules located in `/luma/sysmodules` (except for SAFE_FIRM and NATIVE_FIRM versions older than 3.x)
- **External module loading**: loads standalone system modules located in `/luma/sysmodules` (except for SAFE_FIRM and NATIVE_FIRM versions older than 3.x)