Updated Dev branch only options and features (markdown)

Aurora 2016-09-15 17:34:31 +02:00
parent 706873dd23
commit 51f1e401be

@ -19,7 +19,7 @@ Exception handlers give invaluable information when debugging crashes (reads/wri
Luma3DS handle CPU exceptions for itself, chainloaded arm9 payloads, and NATIVE_FIRM too. For NATIVE_FIRM, it handles `svcBreak` and kernel panics as well.
To parse a crash dump produced by Luma3DS, use [this parser script](https://raw.githubusercontent.com/AuroraWright/Luma3DS/developer/exceptions/exception_dump_parser.py).
To parse a crash dump produced by Luma3DS, use [this parser script](https://raw.githubusercontent.com/AuroraWright/Luma3DS/master/exceptions/exception_dump_parser.py).
## Other exclusive features: