mirror of
https://github.com/izzy2lost/Shipwright-Android.git
synced 2026-07-05 15:19:26 -07:00
Fix crash on 32-bit devices. (Thanks Magi)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user