fixed autosleep shenanigans when emulating

This commit is contained in:
Shaun Inman 2023-01-15 20:38:57 -05:00
parent 1145988066
commit d42e7c31d0
3 changed files with 15 additions and 1 deletions

View file

@ -161,6 +161,8 @@ void POW_update(int* dirty, int* show_setting, POW_callback_t before_sleep, POW_
void POW_disablePowerOff(void);
void POW_powerOff(void);
void POW_fauxSleep(void);
void POW_disableAutosleep(void);
void POW_enableAutosleep(void);
int POW_preventAutosleep(void);
int POW_isCharging(void);
int POW_getBattery(void);