mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-08 11:51:48 +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(). |
||
---|---|---|
.. | ||
core | ||
fatfs | ||
about_tab.hpp | ||
async_task.hpp | ||
defines.h | ||
download_task.hpp | ||
dump_options_frame.hpp | ||
error_frame.hpp | ||
focusable_item.hpp | ||
gamecard_tab.hpp | ||
layered_error_frame.hpp | ||
options_tab.hpp | ||
root_view.hpp | ||
scope_guard.hpp | ||
tasks.hpp | ||
titles_tab.hpp |