1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-10 04:31:44 +00:00
Generates XCI/NSP/HFS0/ExeFS/RomFS/Certificate/Ticket dumps from Nintendo Switch gamecards and installed SD/eMMC titles.
Find a file
Pablo Curiel 1d0cc9c45b USB changes (breaks ns-usbloader compatibility).
* Updated usbSendCommand() to make it send the command header first, and then the command block. Makes it easier for host applications to read and parse command data.

* Let usbSendCommand() take care of handling ZLT packets if required by any command block (only SendNspHeader at this moment), as well as logging status data via usbLogStatusDetail().

* Updated USB ABI specs doc.
2021-02-13 17:49:05 -04:00
.github Cleanup startup logfile messages. 2020-10-14 19:08:01 -04:00
code_templates Populate app_metadata pointer in TitleInfo elements that aren't system titles or user applications. 2021-01-31 05:16:05 -04:00
legacy More legacy code wiping. 2020-10-13 07:26:29 -04:00
libusbhsfs@13a448e896 Update libusbhsfs 2021-01-31 03:27:22 -04:00
romfs Create .gitignore 2020-07-07 12:02:48 -04:00
source USB changes (breaks ns-usbloader compatibility). 2021-02-13 17:49:05 -04:00
.gitignore More changes. 2020-10-22 00:38:14 -04:00
.gitmodules UMS changes. 2020-12-24 04:49:38 -04:00
build.sh Define constants using C preprocessor. 2021-02-12 18:41:14 -04:00
icon.jpg First commit. 2020-04-11 01:28:26 -04:00
LICENSE.md First commit. 2020-04-11 01:28:26 -04:00
Makefile Add DisableDeviceAddressSpaceMerge NPDM meta flag. 2020-12-23 14:02:02 -04:00
nsul_nxdt_patch.diff Add NSP transfer mode to USB code + implement SendNspHeader USB command. 2020-10-26 02:39:33 -04:00
README.md USB tweaks. 2020-07-12 11:29:08 -04:00
todo.txt Some more changes. 2021-02-13 02:09:18 -04:00
usb_abi_specs.txt USB changes (breaks ns-usbloader compatibility). 2021-02-13 17:49:05 -04:00

nxdumptool

Nintendo Switch Dump Tool

Temporary branch used for the development of the nxdumptool rewrite. Highly experimental, use at your own risk.