Match but don't link GBAXfer

Former-commit-id: 68e2da3ccb
This commit is contained in:
2022-10-15 22:53:55 -07:00
parent cb7e35b615
commit 644e2c8853
6 changed files with 83 additions and 13 deletions

View File

@@ -33,6 +33,7 @@ typedef struct OSContext {
void OSSaveContext(OSContext* context);
void OSClearContext(OSContext* context);
OSContext* OSGetCurrentContext();
void OSSetCurrentContext(OSContext* context);
#ifdef __cplusplus