libnx/nx/source/runtime/devices
noneuclideanmotion 7ad4120648
Update console.c
This line needs to be inside the if statement, it being outside creates a bug which prevents the use of custom PrintConsoles, as it will force any custom PrintConsole to just be equal to the default console. It should only be ran if the default console is being used.
2022-11-03 04:06:58 +00: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 Don't apply bold/faint to bg console 2022-01-08 01:07:56 +01:00
console.c Update console.c 2022-11-03 04:06:58 +00:00
convert_errno.c translate horizon errno to newlib errno 2018-06-14 18:25:52 -04:00
fs_dev.c Allow user override of dynamic memory allocation functions throughout libnx 2021-01-22 18:37:46 +01: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 Allow user override of dynamic memory allocation functions throughout libnx 2021-01-22 18:37:46 +01:00
socket.c nifm/socket: Add nifmRequest sleep/register-socket cmds. 2022-05-31 20:09:26 -04:00
usb_comms.c Allow user override of dynamic memory allocation functions throughout libnx 2021-01-22 18:37:46 +01:00