mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-08 14:30:41 +01:00
coreinit: add OSGetOSID() and __OSGetProcessSDKVersion()
This commit is contained in:
parent
d1d2da63ad
commit
fe230e06cc
@ -34,6 +34,12 @@ OSEnableHomeButtonMenu(BOOL enable);
|
|||||||
BOOL
|
BOOL
|
||||||
OSIsHomeButtonMenuEnabled();
|
OSIsHomeButtonMenuEnabled();
|
||||||
|
|
||||||
|
uint64_t
|
||||||
|
OSGetOSID();
|
||||||
|
|
||||||
|
uint32_t
|
||||||
|
__OSGetProcessSDKVersion();
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user