From fe230e06ccf43f3b13d25643399dd9a04bf7eb43 Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 19 Nov 2019 18:45:57 +0100 Subject: [PATCH] coreinit: add OSGetOSID() and __OSGetProcessSDKVersion() --- include/coreinit/systeminfo.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/coreinit/systeminfo.h b/include/coreinit/systeminfo.h index 613b247..7c4dc37 100644 --- a/include/coreinit/systeminfo.h +++ b/include/coreinit/systeminfo.h @@ -34,6 +34,12 @@ OSEnableHomeButtonMenu(BOOL enable); BOOL OSIsHomeButtonMenuEnabled(); +uint64_t +OSGetOSID(); + +uint32_t +__OSGetProcessSDKVersion(); + #ifdef __cplusplus } #endif