libnx/nx/source
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
..
applets web: Added WebSession support. 2020-06-24 10:39:18 -04:00
arm Improve atomics 2018-03-10 14:41:06 +01:00
audio Remove arm/atomics.h (use C <stdatomic.h> or C++ <atomic> instead) 2020-03-16 12:51:07 +01:00
crypto Clear finalized field upon hmac context creation 2019-06-15 16:29:49 -04:00
display Add diagAbortWithResult, see details: 2020-10-29 13:40:35 +01:00
kernel Add diagAbortWithResult, see details: 2020-10-29 13:40:35 +01:00
nvidia Add nvGpuChannelGetErrorInfo, see details: 2020-04-19 22:18:45 +02:00
runtime Add diagAbortWithResult, see details: 2020-10-29 13:40:35 +01:00
services Add diagAbortWithResult, see details: 2020-10-29 13:40:35 +01:00
sf Fix #346 - sessionmgrClose did not actually close the extra sessions 2019-11-14 17:35:35 +01:00
internal.h Implement TLS slot support (with destructors) 2019-03-29 18:40:26 +01:00