Merge pull request #7470 from Tilka/fifoplayer

FifoPlayer: reduce XF_REGS_SIZE to what we know
This commit is contained in:
Tilka
2018-10-09 08:56:48 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@ -288,6 +288,7 @@ struct XFMemory
u32 unk9[8]; // 0x1048 - 0x104f
PostMtxInfo postMtxInfo[8]; // 0x1050 - 0x1057
};
static_assert(sizeof(XFMemory) == sizeof(u32) * 0x1058);
extern XFMemory xfmem;