Skip to content

Commit

Permalink
coreinit: add OSGetOSID() and __OSGetProcessSDKVersion()
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell authored and exjam committed Nov 19, 2019
1 parent d1d2da6 commit fe230e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/coreinit/systeminfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ OSEnableHomeButtonMenu(BOOL enable);
BOOL
OSIsHomeButtonMenuEnabled();

uint64_t
OSGetOSID();

uint32_t
__OSGetProcessSDKVersion();

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit fe230e0

Please sign in to comment.