coreinit: add OSGetOSID() and __OSGetProcessSDKVersion()

This commit is contained in:
Maschell 2019-11-19 18:45:57 +01:00 committed by James
parent d1d2da63ad
commit fe230e06cc

View File

@ -34,6 +34,12 @@ OSEnableHomeButtonMenu(BOOL enable);
BOOL
OSIsHomeButtonMenuEnabled();
uint64_t
OSGetOSID();
uint32_t
__OSGetProcessSDKVersion();
#ifdef __cplusplus
}
#endif