Cleanup waithax after patches.

This commit is contained in:
Steveice10 2016-12-17 00:51:04 -08:00
parent 434599416e
commit eb84268a09
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# servefiles
Simple Python script for serving local files to FBI's QR code installer. Requires [Python 3](https://www.python.org/downloads/), [qrcode](https://pypi.python.org/pypi/qrcode), and [netifaces](https://pypi.python.org/pypi/netifaces).
Simple Python script for serving local files to FBI's QR code installer. Requires [Python 3](https://www.python.org/downloads/), [PIL](https://pypi.python.org/pypi/PIL), [qrcode](https://pypi.python.org/pypi/qrcode), and [netifaces](https://pypi.python.org/pypi/netifaces).
**Usage**: python servefiles.py (file/directory)

View File

@ -474,6 +474,7 @@ Result svchax_init(bool patch_srv)
} else if(kver > SYSTEM_VERSION(2, 50, 11)) {
if(waithax_run()) {
waithax_backdoor(k_enable_all_svcs);
waithax_cleanup();
__ctr_svchax = 1;
}
} else {