libnx/nx/source/runtime
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
..
devices Update console.c 2022-11-03 04:06:58 +00:00
util Fix inet_pton by passing in base instead of getting it out (#557) 2021-06-24 22:59:28 +02:00
alloc.c Allow user override of dynamic memory allocation functions throughout libnx 2021-01-22 18:37:46 +01:00
alloc.h Allow user override of dynamic memory allocation functions throughout libnx 2021-01-22 18:37:46 +01:00
argv.c Make argvSetup overridable 2021-05-02 15:18:11 +02:00
btdev.c btm/btdrv: Updated param names. 2020-12-29 14:46:10 -05:00
diag.c Add diagAbortWithResult, see details: 2020-10-29 13:40:35 +01:00
dynamic.c Add diagAbortWithResult, see details: 2020-10-29 13:40:35 +01:00
env.c env: Add support for svc 0x80..0xBF hinting 2022-10-12 19:42:37 +02:00
exception.s Fixed register corruption in crt0 introduced by the exception commit. Only handle exceptions when __libnx_exception_handler is defined by the user, and updated comments. 2018-11-14 20:55:17 -05:00
hosversion.c add hosversionIsAtmosphere (#525) 2021-01-27 23:20:41 +01:00
init.c Add diagAbortWithResult, see details: 2020-10-29 13:40:35 +01:00
nacp.c set: Updated for new-ipc. Changed the type of the Language param for setMakeLanguage*() from s32 to SetLanguage. Added size_out param to setsysGetSettingsItemValue which was previously missing. Minor param name adjustment for setsysBindFatalDirtyFlagEvent. Improved docs. 2019-10-04 14:41:10 -04:00
newlib.c disable array bounds checking for __tls_start 2022-05-02 23:11:24 +01:00
nxlink_stdio.c Make nxlink stdio more flexible, see details: 2020-04-17 16:46:54 +02:00
nxlink.c translate crlf eol markers to lf for consistency 2018-05-15 12:27:25 +02:00
pad.c pad: Fix logic typo 2020-12-01 16:37:01 +01:00
readtp.s Renamed misleading dir names "devices/" and "system/" to "runtime/" 2018-01-06 13:45:37 +01:00
resolver.c Allow user override of dynamic memory allocation functions throughout libnx 2021-01-22 18:37:46 +01:00
ringcon.c Allow user override of dynamic memory allocation functions throughout libnx 2021-01-22 18:37:46 +01:00
switch_crt0.s crt0: clean up/refactor; envSetup: properly detect NSO/NRO environment... 2020-10-27 12:27:32 +01:00