Function to keep Playdate from auto-locking in app

I feel like this would be useful for apps such as Playtime where auto-lock may not be wanted.

Lua: playdate.setAutoLockDisabled()
C: playdate->system->setAutoLockDisabled()

4 Likes

Lol, thanks for pointing these functions out.

2 Likes