libnx/nx/source/display
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
..
binder.c binder: Update for new-ipc 2019-10-22 16:11:10 +02:00
buffer_producer.c Const correctness in bqCancelBuffer 2018-12-19 19:33:31 +01:00
default_window.c Add diagAbortWithResult, see details: 2020-10-29 13:40:35 +01:00
framebuffer.c Add diagAbortWithResult, see details: 2020-10-29 13:40:35 +01:00
native_window.c Remove U64_MAX in favor of using UINT64_MAX 2020-03-16 16:21:33 +01:00
parcel.c fix parcelReadData size checking 2019-07-18 19:11:48 +02:00