libnx/nx/source/runtime/devices
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
..
console_debug.c Separate debug console code from normal console code, see details: 2020-04-17 16:46:40 +02:00
console_sw.c console_sw: Switch to PIXEL_FORMAT_RGB_565, optimize scrollWindow 2018-12-19 19:33:31 +01:00
console.c Separate debug console code from normal console code, see details: 2020-04-17 16:46:40 +02:00
convert_errno.c translate horizon errno to newlib errno 2018-06-14 18:25:52 -04:00
fs_dev.c add lstat to fs_dev and romfs_dev 2020-05-26 17:32:54 +02:00
path_buf.c fsdev/romfsdev: Reduce TLS usage by sharing the path buffer 2019-10-20 02:48:04 +02:00
path_buf.h fsdev/romfsdev: Reduce TLS usage by sharing the path buffer 2019-10-20 02:48:04 +02:00
romfs_dev.c fix return value of romfs_stat for non-existent files/directories (#488) 2020-06-18 10:58:12 +01:00
socket.c socket-ssl: Updated docs. Check for output sockfd=-1 from the cmd with socketSslConnectionSetSocketDescriptor. 2020-04-24 16:39:22 -04:00
usb_comms.c Add diagAbortWithResult, see details: 2020-10-29 13:40:35 +01:00