libnx/nx/source/runtime
2020-08-20 18:38:55 -04:00
..
devices fix return value of romfs_stat for non-existent files/directories (#488) 2020-06-18 10:58:12 +01:00
util Split up socket.c + work in progress changes: 2019-10-28 12:36:29 +01:00
argv.c remove unreferenced struct 2020-05-03 00:58:03 +02:00
btdev.c bluetooth: Updated params, improved docs, etc. 2020-08-20 18:38:55 -04:00
dynamic.c fatal: Rename functions/types to match official names more closely 2019-10-24 23:25:07 +02:00
env.c fatal: Rename functions/types to match official names more closely 2019-10-24 23:25:07 +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 Introduce hosversion.h - HOS version detection utilities 2019-02-18 21:48:41 +01:00
init.c thread: add threadGetSelf(), add main thread to thread list. (#392) 2020-04-07 01:47:06 +02: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 In __libnx_init_time(), use 'NX' for the tzname instead of the actual timezone-name. Using the original tzname causes issues with certain timezones. Closes #353. 2019-12-19 16:22:45 -05: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
readtp.s Renamed misleading dir names "devices/" and "system/" to "runtime/" 2018-01-06 13:45:37 +01:00
resolver.c acc/nfc/nifm: Removed *SetServiceType and moved the service_type param into the actual {service}Initialize() funcs. Removed *ServiceType_NotInitialized and updated the *ServiceType enum values. Minor other changes / improved nifm docs. 2019-11-18 10:52:46 -05:00
ringcon.c hidbus/ringcon: Fixed cleanup, this also fixed a crash. 2020-08-20 13:28:26 -04:00
switch_crt0.s Add custom extension to MOD0 header & a few other useful symbols 2019-04-08 16:36:45 +02:00