coreinit: Add OSEnableHomeButtonMenuhome button menu and OSIsHomeButtonMenuEnabled.

This commit is contained in:
James Benton 2017-06-02 11:41:54 +01:00
parent a2cf3837a3
commit 46b3c9c7e0
2 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,12 @@ CHECK_SIZE(OSSystemInfo, 0x20);
OSSystemInfo *
OSGetSystemInfo();
BOOL
OSEnableHomeButtonMenu(BOOL enable);
BOOL
OSIsHomeButtonMenuEnabled();
#ifdef __cplusplus
}
#endif

View File

@ -314,6 +314,8 @@ EXPORT(OSUninterruptibleSpinLock_Release);
// coreinit/systeminfo.h
EXPORT(OSGetSystemInfo);
EXPORT(OSEnableHomeButtonMenu);
EXPORT(OSIsHomeButtonMenuEnabled);
// coreinit/taskqueue.h
EXPORT(MPInitTaskQ);