mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-10 04:31:44 +00:00
32bb5fd46e
Implement utilsParseHexString() and utilsAppletLoopDelay(). Other changes include: * defines: add THIRTY_FPS_DELAY define. * defines: remove unused CERT_PATH define. * gamecard: restore original reserved_2 field in GameCardInfo struct. The last 16 bytes weren't being properly due to an issue within libnx's AES-CBC implementation. * gamecard: rename GAMECARD_ACCESS_WAIT_TIME -> GAMECARD_ACCESS_DELAY. * host: improve ABI documentation (thanks @v1993). * keys: remove keysConvertHexDigitToBinary(). * keys: change keysParseHexKey() function signature + update it to use utilsParseHexString() instead. * nso: change "NRO" to "NSO" in some misleading log error messages (thanks @liamadvance). * nxdt_rw_poc: replace svcSleepThread() calls with utilsAppletLoopDelay(). * nxdt_utils: rename utilsGenerateHexStringFromData() -> utilsGenerateHexString(). * nxdt_utils: add static utilsConvertHexDigitToBinary() function, used by utilsParseHexString(). * nxdt_utils: update utilsAppendFormattedStringToBuffer() to avoid logging an error string if resources haven't been initialized. * nxdt_utils: use a single call to sprintf() with a variable precision argument in utilsGenerateFormattedSizeString(). * nxdt_utils: call utilsAppletLoopDelay() in the while loop from utilsPrintConsoleError(). * nxdt_utils: remove unused utilsCloseFileDescriptor() function. * tik: log input rights ID at the start of tikRetrieveTicketByRightsId(). |
||
---|---|---|
.. | ||
aes.c | ||
bfttf.c | ||
bktr.c | ||
cert.c | ||
cnmt.c | ||
config.c | ||
es.c | ||
fs_ext.c | ||
gamecard.c | ||
hfs.c | ||
http.c | ||
keys.c | ||
legal_info.c | ||
lz4.c | ||
mem.c | ||
nacp.c | ||
nca.c | ||
nca_storage.c | ||
npdm.c | ||
nso.c | ||
nxdt_bfsar.c | ||
nxdt_json.c | ||
nxdt_log.c | ||
nxdt_utils.c | ||
pfs.c | ||
program_info.c | ||
romfs.c | ||
rsa.c | ||
save.c | ||
services.c | ||
sha3.c | ||
tik.c | ||
title.c | ||
ums.c | ||
usb.c |