Updated Other features and notes (markdown)

TuxSH 2017-08-10 22:35:23 +02:00
parent f5bae88813
commit b2237c719c

@ -67,7 +67,7 @@ When you quit a GBA game, you'll be forced to SysNAND **in every case**. This is
## Exception handlers
Exception handlers give invaluable information when debugging crashes (reads/writes at invalid addresses, execution at invalid indresses, undefined instructions, etc.).
Exception handlers give invaluable information when debugging crashes (reads/writes at invalid addresses, execution at invalid addresses, 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.