mirror of
https://github.com/n64decomp/mk64
synced 2026-07-11 13:48:45 -04:00
Turn D_802BFB80 into a union (#582)
* Turn D_802BFB80 into a union As much as I hate it, it does make more matches possible Got a few more, unrelated matches Signed-off-by: Taggerung <tyler.taggerung@email.com> * Update based on comment Signed-off-by: Taggerung <tyler.taggerung@email.com> * Update to address comment Signed-off-by: Taggerung <tyler.taggerung@email.com> --------- Signed-off-by: Taggerung <tyler.taggerung@email.com> Co-authored-by: Taggerung <tyler.taggerung@email.com>
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ u8 frameBufferPadding[0x5750];
|
||||
u8 frameBufferPadding[0x5810];
|
||||
#endif
|
||||
|
||||
struct_D_802BFB80 D_802BFB80[2][2][8];
|
||||
union_D_802BFB80 D_802BFB80;
|
||||
struct_D_802DFB80 D_802DFB80[2][2][8];
|
||||
#ifdef AVOID_UB
|
||||
struct_D_802F1F80 D_802F1F80[2][4][8];
|
||||
|
||||
Reference in New Issue
Block a user