nxmango / tug

A PyQt5 interface for Tinfoil (usb_install_pc.py)
MIT License
10 stars 0 forks source link

[WIP] Progress bar implementation and bug fixes. #5

Closed fourminute closed 5 years ago

fourminute commented 5 years ago

I've been hard at working creating a progress bar. However, you might notice some dramatic changes to the existing codebase.

Reasoning: Your old commit b903134 did not work for me at all. It was causing my Switch to not be found, I had to revert to the old code in order for the script to work again. I had to use the old code to implement my progress bar, therefore the ginormous code change.

This commit did not return any bugs despite multiple NSP installs. However, some NSPs simply refuse to install and will crash. This seems to be an error on part of usb_install_pc.py original code and not tug.py.

Following this pull I will also make a necessary pull to usb_install_pc.py that is necessary for this to work.

fourminute commented 5 years ago

Obligatory screenshot time!