From ee90aef8b96d61de2006cdca8546ec4ef6bcef40 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 30 Jun 2018 20:56:21 +0200 Subject: [PATCH] Add "OSLoadContext" --- include/coreinit/context.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/coreinit/context.h b/include/coreinit/context.h index e718263..42f694a 100644 --- a/include/coreinit/context.h +++ b/include/coreinit/context.h @@ -65,6 +65,9 @@ WUT_CHECK_OFFSET(OSContext, 0x318, mmcr0); WUT_CHECK_OFFSET(OSContext, 0x31c, mmcr1); WUT_CHECK_SIZE(OSContext, 0x320); +void +OSLoadContext(OSContext * context); + #ifdef __cplusplus } #endif