mirror of
https://github.com/switchbrew/libnx.git
synced 2025-11-24 14:58:14 +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. |
||
|---|---|---|
| .. | ||
| devices | ||
| util | ||
| argv.c | ||
| btdev.c | ||
| diag.c | ||
| dynamic.c | ||
| env.c | ||
| exception.s | ||
| hosversion.c | ||
| init.c | ||
| nacp.c | ||
| newlib.c | ||
| nxlink_stdio.c | ||
| nxlink.c | ||
| readtp.s | ||
| resolver.c | ||
| ringcon.c | ||
| switch_crt0.s | ||