From eb84268a091c9f58ec70c56cb3f42f8017f5d560 Mon Sep 17 00:00:00 2001 From: Steveice10 Date: Sat, 17 Dec 2016 00:51:04 -0800 Subject: [PATCH] Cleanup waithax after patches. --- servefiles/README.md | 2 +- source/hax/svchax.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/servefiles/README.md b/servefiles/README.md index 264b859..e93ff2d 100644 --- a/servefiles/README.md +++ b/servefiles/README.md @@ -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) diff --git a/source/hax/svchax.c b/source/hax/svchax.c index db4f661..44a2113 100644 --- a/source/hax/svchax.c +++ b/source/hax/svchax.c @@ -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 {