mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-08 11:51:48 +00:00
bd1b56e5c2
Other changes include: * host: rename windows_install_deps.py -> install_deps.py and update it to support multiple operating systems. * host: restore assertions and fix most static analysis errors related to type aliases and checks. * host: catch exceptions thrown by usb.core.find() in usbGetDeviceEndpoints(). * host: move code to unconditionally enable 32-bit paths under Windows to uiStartServer() and cliInitialize(), respectively. * host: remove incomplete file if the ongoing transfer was cancelled and we're not dealing with a NSP file.
23 lines
308 B
Text
23 lines
308 B
Text
.vscode
|
|
build
|
|
host/__pycache__
|
|
host/standalone
|
|
host/nxdt_host.build
|
|
host/nxdt_host.dist
|
|
host/nxdt_host.onefile-build
|
|
host/nxdumptool
|
|
*.elf
|
|
*.nacp
|
|
*.nro
|
|
*.nso
|
|
*.map
|
|
*.pfs0
|
|
*.lst
|
|
*.log
|
|
*.spec
|
|
*.exe
|
|
*.code-workspace
|
|
|
|
# TODO: remove this after the PoC builds are no longer needed.
|
|
main.cpp
|
|
/code_templates/tmp/*
|