Extend Idle Time. (Screen won't dim for a really long time on no input.) I tested it on for an hour and it still didn't dim.

This commit is contained in:
Vinny M 2020-04-30 18:02:38 -04:00
parent 0447574cb6
commit bb8f2c3b34

View file

@ -133,6 +133,7 @@ void init()
startInput();
startRender(videoContext);
initGyro();
appletSetIdleTimeDetectionExtension(AppletIdleTimeDetectionExtension_ExtendedUnsafe);
}
void unInit()
{