Enable N3DS speedup when running waithax.

This commit is contained in:
Steveice10 2016-12-19 21:27:53 -08:00
parent e550db7b83
commit c8be806a58

View File

@ -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 {