libnx/nx/source
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
..
applets psel: Removed TODO comment. 2019-12-19 16:16:58 -05: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 Remove U64_MAX in favor of using UINT64_MAX 2020-03-16 16:21:33 +01:00
kernel svc: QueryIoMapping ABI change in 10.x 2020-04-14 21:29:38 +02:00
nvidia Remove U64_MAX in favor of using UINT64_MAX 2020-03-16 16:21:33 +01:00
runtime Separate debug console code from normal console code, see details: 2020-04-17 16:46:40 +02:00
services Add mii and miiimg services (#402) 2020-04-17 01:28:53 +02: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