mirror of
https://github.com/switchbrew/libnx.git
synced 2025-11-24 14:58:14 +01:00
- 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) |
||
|---|---|---|
| .. | ||
| devices | ||
| util | ||
| argv.c | ||
| dynamic.c | ||
| env.c | ||
| exception.s | ||
| hosversion.c | ||
| init.c | ||
| nacp.c | ||
| newlib.c | ||
| nxlink_stdio.c | ||
| nxlink.c | ||
| readtp.s | ||
| resolver.c | ||
| ringcon.c | ||
| switch_crt0.s | ||