Merge pull request #78 from Maschell/feature_coreinit_context

Add "OSLoadContext"
This commit is contained in:
James 2018-07-01 08:12:54 -07:00 committed by GitHub
commit d01de98da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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