mirror of
https://github.com/switchbrew/libnx.git
synced 2025-11-07 07:41:16 +01:00
- This is a (weak/overridable) function meant to be called when the program encounters an unrecoverable error, but it's not fatal enough to bring down the entire system with it. - The default implementation uses svcBreak, passing the result code in the user buffer. - Replaced all usages of fatalThrow with diagAbortWithResult throughout the entire library. |
||
|---|---|---|
| nx | ||
| .doozer.json | ||
| .gitignore | ||
| Changelog.md | ||
| CODESTYLE.md | ||
| LICENSE.md | ||
| Makefile | ||
| README.md | ||
Nintendo Switch AArch64-only userland library.
Based on libctru.
Install instructions
See Switchbrew.