diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2024-03-25 13:25:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-25 13:25:13 -0400 |
| commit | 893ecbe83862528e98b674532cf6024b30df6a54 (patch) | |
| tree | c4a96be698a2e0e01eae71933deebd0d75e7617e /src/data | |
| parent | 65f03934bb3abda83c33cebb9737fdf31f156236 (diff) | |
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>
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/buffers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/buffers.c b/src/data/buffers.c index 0144513cf..b755fad6c 100644 --- a/src/data/buffers.c +++ b/src/data/buffers.c @@ -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]; |
