DarkMatterCore / nxdumptool

Generates XCI/NSP/HFS0/ExeFS/RomFS/Certificate/Ticket dumps from Nintendo Switch gamecards and installed SD/eMMC titles.
GNU General Public License v3.0
984 stars 73 forks source link

Support host script on Python 3.9 #141

Closed dirn closed 11 months ago

dirn commented 11 months ago

The host script can’t run on Python 3.9 because of PEP 604-style annotations. Adding a future import can fix this. The print_function import is being removed since it is unnecessary on all releases of Python 3.

DarkMatterCore commented 11 months ago

Thanks!

f0n1x commented 11 months ago

confirmed working on 3.9, ty!