1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-08 11:51:48 +00:00
nxdumptool/code_templates
Pablo Curiel a9b5f7211c Some changes. Read full commit message.
* title: implemented titleGetNcmStorageIdName().

* nxdt_log: implemented log verbosity levels (debug, info, warning, error, none) and helper macros for each level. The rest of the codebase still needs to be updated to take advantange of this change.

* nxdt_log: implemented auxiliary logging via nxlink, if available.

* nxdt_utils: system CPU/MEM overclocking is now only applied through utilsSetLongRunningProcessState(), as it should have been from the beginning.

* nxdt_utils: nxlink initialization is now carried out without redirecting stdout and/or stderr, entirely removing the need for utilsRestoreConsoleOutput(). utilsGetNxLinkFileDescriptor() is used to send data to the nxlink host via dprintf() in log functions.
2022-07-12 02:27:03 +02:00
..
dump_title_infos.c Codebase cleanup. 2022-07-05 03:04:28 +02:00
gc_dumper.c Codebase cleanup. 2022-07-05 03:04:28 +02:00
nsp_dumper.c Some changes. Read full commit message. 2022-07-12 02:27:03 +02:00
sd_romfs_dumper.c romfs: implement romfsIsFileEntryUpdated(). 2022-07-07 02:30:45 +02:00
system_title_dumper.c romfs: slightly improve interface. 2022-07-06 11:57:31 +02:00
usb_romfs_dumper.c bktr: handle compression in patches (part 3). 2022-07-10 06:41:18 +02:00
xml_generator.c Codebase cleanup. 2022-07-05 03:04:28 +02:00