mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-08 03:41:43 +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(). |
||
---|---|---|
.. | ||
dump_title_infos.c | ||
nxdt_rw_poc.c | ||
xml_generator.c |