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