Save states (#300)

This commit is contained in:
louist103 2022-05-12 13:28:24 -04:00 committed by GitHub
commit 635fb71b76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
64 changed files with 2084 additions and 634 deletions

View file

@ -29,6 +29,7 @@ void gDPSetTextureImage(Gfx* pkt, u32 f, u32 s, u32 w, uintptr_t i);
void gSPDisplayList(Gfx* pkt, Gfx* dl);
void gSPDisplayListOffset(Gfx* pkt, Gfx* dl, int offset);
void gSPVertex(Gfx* pkt, uintptr_t v, int n, int v0);
void gSPInvalidateTexCache(Gfx* pkt, uintptr_t texAddr);
void cleararena(void);
void bootproc(void);
@ -2406,6 +2407,7 @@ void Heaps_Free(void);
#ifdef __cplusplus
#undef this
};
#undef this
#endif
#endif