mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-09 13:52:02 -04:00
Add on-demand decryption
This commit is contained in:
parent
1d7d850674
commit
20098cdb2e
3 changed files with 31 additions and 2 deletions
|
@ -22,7 +22,7 @@ var (
|
|||
decryptionError = false
|
||||
)
|
||||
|
||||
func decryptContents(path string, progress *ProgressWindow, deleteEncryptedContents bool) error {
|
||||
func DecryptContents(path string, progress *ProgressWindow, deleteEncryptedContents bool) error {
|
||||
wg.Add(1)
|
||||
progressInt := 1
|
||||
go runDecryption(path, &progressInt, deleteEncryptedContents)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue