mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-29 21:06:38 +08:00
Cleanup waithax after patches.
This commit is contained in:
parent
434599416e
commit
eb84268a09
@ -1,5 +1,5 @@
|
|||||||
# servefiles
|
# 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)
|
**Usage**: python servefiles.py (file/directory)
|
||||||
|
@ -474,6 +474,7 @@ Result svchax_init(bool patch_srv)
|
|||||||
} else if(kver > SYSTEM_VERSION(2, 50, 11)) {
|
} else if(kver > SYSTEM_VERSION(2, 50, 11)) {
|
||||||
if(waithax_run()) {
|
if(waithax_run()) {
|
||||||
waithax_backdoor(k_enable_all_svcs);
|
waithax_backdoor(k_enable_all_svcs);
|
||||||
|
waithax_cleanup();
|
||||||
__ctr_svchax = 1;
|
__ctr_svchax = 1;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user