libnx/nx
fincs 970d982e57
Add diagAbortWithResult, see details:
- 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.
2020-10-29 13:40:35 +01:00
..
data switch to 16x16 console font 2018-02-25 15:49:25 +01:00
external/bsd/include Fixed ifr_flags type by introducing ifr_flagshigh (fixes #248) 2019-03-09 16:37:33 +01:00
include Add diagAbortWithResult, see details: 2020-10-29 13:40:35 +01:00
source Add diagAbortWithResult, see details: 2020-10-29 13:40:35 +01:00
.gitignore ignore generated files 2017-09-18 19:40:15 +01:00
default_icon.jpg Changed the default icon (again) 2018-02-25 15:49:50 +01:00
Doxyfile Start doxygen bringup, with some miscellaneous cleanup 2018-02-10 22:40:11 +01:00
Makefile libnx v3.3.0 2020-05-27 16:52:38 +02:00
switch_rules switch_rules: Make sure BUILD_EXEFS_SRC is non-empty before testing it 2019-03-26 13:28:49 +01:00
switch.ld switch.ld: update init_array/fini_array handling for latest devkitA64 2020-07-25 18:26:33 +02:00
switch.specs Add --nx-module-name to linker flags 2019-03-29 18:40:27 +01:00