Drastically increase svchax reliability

Tested on both Old and New 3DS w/ kver 2.50-9. 

Not entirely sure why this works, but it took my New 3DS from working 0% of the time to working seemingly 100% of the time. 

On two others' Old 3DSs, it seems to have marginally increased success rates.
This commit is contained in:
Plailect 2016-08-09 01:00:26 -04:00 committed by GitHub
parent 8498a1a5c3
commit 95cd921eba

View File

@ -244,7 +244,8 @@ static void do_memchunkhax2(void)
svcCloseHandle(mch2.threads[i].handle);
mch2.threads[i].handle = 0;
}
svcSleepThread(40000000LL);
svcCloseHandle(mch2.dummy_threads_lock);
u32 fragmented_address = 0;