Merge pull request #26 from Rai/master

Extend Idle Detection Time.
This commit is contained in:
DevL0rd 2020-04-30 17:57:03 -06:00 committed by GitHub
commit 7349d6bc99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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