mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-23 18:34:39 +00:00
Updated Other features and notes (markdown)
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
|
## 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).
|
||||||
Loading…
x
Reference in New Issue
Block a user