diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-09 16:52:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-09 14:52:31 -0700 |
| commit | 26f4c5a0fe3f55e4e3d8c49e304342c346e1b5bb (patch) | |
| tree | 5f4a06195642f811be19b9e436ee24447b00892f /include | |
| parent | cfded01caa7d70978e4d9e6806cd348755fc465a (diff) | |
JASAramStream OK (#2937)
Diffstat (limited to 'include')
| -rw-r--r-- | include/JSystem/JAudio2/JASAramStream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/JSystem/JAudio2/JASAramStream.h b/include/JSystem/JAudio2/JASAramStream.h index c503e6b29e..a50b9e6893 100644 --- a/include/JSystem/JAudio2/JASAramStream.h +++ b/include/JSystem/JAudio2/JASAramStream.h @@ -144,8 +144,8 @@ public: /* 0x0B8 */ u32 field_0x0b8; /* 0x0BC */ int field_0x0bc; /* 0x0C0 */ bool field_0x0c0; - /* 0x0C4 */ u32 field_0x0c4; - /* 0x0C8 */ f32 field_0x0c8; + /* 0x0C4 */ volatile u32 field_0x0c4; + /* 0x0C8 */ volatile f32 field_0x0c8; /* 0x0CC */ DVDFileInfo mDvdFileInfo; /* 0x108 */ u32 field_0x108; /* 0x10C */ int field_0x10c; |
