mirror of
https://github.com/DevL0rd/SkyNX
synced 2024-11-21 18:43:03 +00:00
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:
parent
0447574cb6
commit
bb8f2c3b34
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ void init()
|
|||
startInput();
|
||||
startRender(videoContext);
|
||||
initGyro();
|
||||
appletSetIdleTimeDetectionExtension(AppletIdleTimeDetectionExtension_ExtendedUnsafe);
|
||||
}
|
||||
void unInit()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue