rosalina: ndm + shutdown issue workaround

This commit is contained in:
TuxSH
2020-07-16 17:55:31 +01:00
parent d6e72080d9
commit 748b771618
3 changed files with 44 additions and 18 deletions

View File

@@ -21,6 +21,10 @@
extern bool miniSocEnabled;
Result miniSocInit(void);
void miniSocLockState(void);
void miniSocUnlockState(bool force);
Result miniSocExitDirect(void);
Result miniSocExit(void);