Page 1 of 1

Is there any way to disable sleep mode?

Posted: Tue Oct 16, 2018 7:52 am
by Aridez
I made a small program to make requests using sslc but it constantly crashes when putting the 3ds to sleep.

Is there any way to disable completely the sleep mode?
Is there a way turn off the screens?

I used the void aptSetSleepAllowed(bool allowed) function I found here: https://github.com/smealum/ctrulib/blob ... ices/apt.c
But it doesnt seem to work.

Thanks!