Updated Other features and notes (markdown)

Aurora 2016-09-26 15:31:43 +02:00
parent fbcef7e9a5
commit fe92d3bb0a

@ -61,4 +61,14 @@ To override this, just hold A (which is equivalent to not pressing anything on a
---
## GBA Save Game Patch
When you quit a GBA game, you'll be forced to SysNAND **in every case**. This is important to **prevent loss** of your saves, and can't be changed or overridden.
When you quit a GBA game, you'll be forced to SysNAND **in every case**. This is important to **prevent loss** of your saves, and can't be changed or overridden.
---
## Exception handlers
Exception handlers give invaluable information when debugging crashes (reads/writes at invalid addresses, execution at invalid indresses, undefined instructions, etc.).
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/master/exceptions/exception_dump_parser.py).