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)) {
|
||||
printf("khax: Executing waithax...\n");
|
||||
|
||||
osSetSpeedupEnable(true);
|
||||
|
||||
if(!waithax_run()) {
|
||||
printf("khax: waithax failed.\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
osSetSpeedupEnable(false);
|
||||
|
||||
khax_backdoor = waithax_backdoor;
|
||||
khax_cleanup = NULL;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user