64-bit early draft - no audio yet

This commit is contained in:
Emil Lenngren 2022-05-15 01:19:02 +02:00
parent 247360cbf0
commit 92c8ecb726
29 changed files with 853 additions and 169 deletions

View file

@ -198,8 +198,8 @@ void Gameplay_Init(GameState* thisx) {
GraphicsContext* gfxCtx = globalCtx->state.gfxCtx;
gGlobalCtx = globalCtx;
//globalCtx->state.gfxCtx = NULL;
u32 zAlloc;
u32 zAllocAligned;
uintptr_t zAlloc;
uintptr_t zAllocAligned;
size_t zAllocSize;
Player* player;
s32 playerStartCamId;