libnx/nx/source/runtime/devices
fincs 4c9b2ac048
Separate debug console code from normal console code, see details:
- consoleDebugInit now lives in a separate source code file
- The devoptab for debugDevice_CONSOLE is now loaded weakly, so that
  normal console code isn't linked in by explicit means
- consoleInit no longer sets up stderr. If stderr to console is desired,
  explicitly use consoleDebugInit(debugDevice_CONSOLE)
- This change makes it possible to use debugDevice_SVC without linking
  in the entire console runtime, which in turn also enabled default
  native window handling (and this can be undesirable)
2020-04-17 16:46:40 +02: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 fs/fs_dev: Added fsOpenReadOnlySaveDataFileSystem and fsOpen_SaveDataReadOnly/fsdevMountSaveDataReadOnly. Minor adjustments. 2020-04-03 19:58:40 -04: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 romfs_dev: fix reading into buffers with device mappable attribute 2020-01-22 00:56:34 +01:00
socket.c bsd/sockets: Added actual support for recvmsg/sendmsg and sendmmsg/recvmmsg, on [7.0.0+]. 2020-04-09 13:15:07 -04:00
usb_comms.c Remove U64_MAX in favor of using UINT64_MAX 2020-03-16 16:21:33 +01:00