mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 14:48:17 +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 *
|
||||
OSGetSystemInfo();
|
||||
|
||||
BOOL
|
||||
OSEnableHomeButtonMenu(BOOL enable);
|
||||
|
||||
BOOL
|
||||
OSIsHomeButtonMenuEnabled();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
@ -314,6 +314,8 @@ EXPORT(OSUninterruptibleSpinLock_Release);
|
||||
|
||||
// coreinit/systeminfo.h
|
||||
EXPORT(OSGetSystemInfo);
|
||||
EXPORT(OSEnableHomeButtonMenu);
|
||||
EXPORT(OSIsHomeButtonMenuEnabled);
|
||||
|
||||
// coreinit/taskqueue.h
|
||||
EXPORT(MPInitTaskQ);
|
||||
|
Loading…
Reference in New Issue
Block a user