mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
Enable N3DS speedup when running waithax.
This commit is contained in:
parent
e550db7b83
commit
c8be806a58
@ -53,11 +53,15 @@ bool khax_execute() {
|
|||||||
} else if(kver > SYSTEM_VERSION(2, 50, 11)) {
|
} else if(kver > SYSTEM_VERSION(2, 50, 11)) {
|
||||||
printf("khax: Executing waithax...\n");
|
printf("khax: Executing waithax...\n");
|
||||||
|
|
||||||
|
osSetSpeedupEnable(true);
|
||||||
|
|
||||||
if(!waithax_run()) {
|
if(!waithax_run()) {
|
||||||
printf("khax: waithax failed.\n");
|
printf("khax: waithax failed.\n");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
osSetSpeedupEnable(false);
|
||||||
|
|
||||||
khax_backdoor = waithax_backdoor;
|
khax_backdoor = waithax_backdoor;
|
||||||
khax_cleanup = NULL;
|
khax_cleanup = NULL;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user