mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 23:14:37 +00:00
Force required alignment on DMA related stuff (#1135)
* Force dword alignment on OSPifRam * force_structure_alignment on each Font buffer * Add ALIGNED8 macro to gSaveContext to ensure alignment * create alignment.h header and use ALIGN8 in PLAYER_LIMB_BUF_COUNT * add comment in common_data * Roman's suggestion * player_limb_buf_count Co-authored-by: fig02 <fig02srl@gmail.com>
This commit is contained in:
parent
c8d150afe2
commit
8926b08582
6 changed files with 36 additions and 16 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "global.h"
|
||||
|
||||
SaveContext gSaveContext;
|
||||
// The use of ALIGNED8 here is just a temporary solution until the SaveContext is re-structured
|
||||
ALIGNED8 SaveContext gSaveContext;
|
||||
u32 D_8015FA88;
|
||||
u32 D_8015FA8C;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue