mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-17 08:08:00 -05:00
coreinit: Add missing functions for setting the context
This commit is contained in:
@@ -105,6 +105,12 @@ OSSetCurrentContext(OSContext *context);
|
||||
void *
|
||||
OSSwitchStack(void *stack);
|
||||
|
||||
void
|
||||
__OSSetCurrentUserContext(OSContext *context);
|
||||
|
||||
void
|
||||
__OSSetAndLoadContext(OSContext *context);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user