fix billboard mtx segment values (#29)

This commit is contained in:
Archez
2024-05-22 09:04:57 -05:00
committed by Garrett Cox
parent ffedb7d352
commit e21208a457
5 changed files with 7 additions and 6 deletions
+1
View File
@@ -107,6 +107,7 @@
(void)0
// #region 2S2H [Port]
#define D_01000000_TO_SEGMENTED (0x01000000 | 1)
// Compute 0x0E segment value as compile time constant for 32bit and 64bit
#define D_0E000000_TO_SEGMENTED(member) ((0x0E000000 + offsetof(GfxMasterList, member)) | 1)
#define D_0F000000_TO_SEGMENTED (0x0F000000 | 1)