mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 23:40:44 +01:00
coreinit: Add OSEnableHomeButtonMenuhome button menu and OSIsHomeButtonMenuEnabled.
This commit is contained in:
parent
a2cf3837a3
commit
46b3c9c7e0
@ -28,6 +28,12 @@ CHECK_SIZE(OSSystemInfo, 0x20);
|
|||||||
OSSystemInfo *
|
OSSystemInfo *
|
||||||
OSGetSystemInfo();
|
OSGetSystemInfo();
|
||||||
|
|
||||||
|
BOOL
|
||||||
|
OSEnableHomeButtonMenu(BOOL enable);
|
||||||
|
|
||||||
|
BOOL
|
||||||
|
OSIsHomeButtonMenuEnabled();
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -314,6 +314,8 @@ EXPORT(OSUninterruptibleSpinLock_Release);
|
|||||||
|
|
||||||
// coreinit/systeminfo.h
|
// coreinit/systeminfo.h
|
||||||
EXPORT(OSGetSystemInfo);
|
EXPORT(OSGetSystemInfo);
|
||||||
|
EXPORT(OSEnableHomeButtonMenu);
|
||||||
|
EXPORT(OSIsHomeButtonMenuEnabled);
|
||||||
|
|
||||||
// coreinit/taskqueue.h
|
// coreinit/taskqueue.h
|
||||||
EXPORT(MPInitTaskQ);
|
EXPORT(MPInitTaskQ);
|
||||||
|
Loading…
Reference in New Issue
Block a user