coreinit: Add missing functions for setting the context

This commit is contained in:
Maschell
2023-02-09 14:24:01 +01:00
committed by fincs
parent 65620ceab2
commit ffebb519c4

View File

@@ -105,6 +105,12 @@ OSSetCurrentContext(OSContext *context);
void *
OSSwitchStack(void *stack);
void
__OSSetCurrentUserContext(OSContext *context);
void
__OSSetAndLoadContext(OSContext *context);
#ifdef __cplusplus
}
#endif