Skip to content

Commit

Permalink
Fix crash on 32-bit devices. (Thanks Magi)
Browse files Browse the repository at this point in the history
  • Loading branch information
Waterdish committed Nov 4, 2023
1 parent 11af297 commit fb68c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/jni/src/soh/include/z64audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -946,8 +946,8 @@ typedef struct {
/* 0x5C3C */ OSMesg audioResetMesgs[1];
/* 0x5C40 */ OSMesg cmdProcMsgs[4];
/* 0x5C50 */ AudioCmd cmdBuf[0x100];
u16 seqToPlay[4];
u8 seqReplaced[4];
u16 seqToPlay[8];
u8 seqReplaced[8];
} AudioContext; // size = 0x6450

typedef struct {
Expand Down

0 comments on commit fb68c11

Please sign in to comment.