diff --git a/include/coreinit/context.h b/include/coreinit/context.h index 26acc791..84d6e3fd 100644 --- a/include/coreinit/context.h +++ b/include/coreinit/context.h @@ -105,6 +105,12 @@ OSSetCurrentContext(OSContext *context); void * OSSwitchStack(void *stack); +void +__OSSetCurrentUserContext(OSContext *context); + +void +__OSSetAndLoadContext(OSContext *context); + #ifdef __cplusplus } #endif