diff options
| author | Tortuga veloz <danielcampora@outlook.es> | 2025-03-12 14:20:30 +0100 |
|---|---|---|
| committer | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2025-03-24 02:50:18 -0400 |
| commit | 86fd2b43752c654dd7dd1b3f9baad30d6f5715bf (patch) | |
| tree | d74b720322110090d60b39df58f3024001e58300 | |
| parent | eadc5d8fe2ecf7b5ae68815ffa42c21acbfe0d73 (diff) | |
Fix bit2.
| -rw-r--r-- | include/sf64audio_provisional.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sf64audio_provisional.h b/include/sf64audio_provisional.h index 4ca35ea6..73d02566 100644 --- a/include/sf64audio_provisional.h +++ b/include/sf64audio_provisional.h @@ -403,9 +403,9 @@ typedef struct { typedef struct { /* 0x00 */ u8 strongLeft : 1; /* 0x00 */ u8 strongRight : 1; + /* 0x00 */ u8 bit2 : 2; /* 0x00 */ u8 is_voice : 1; /* 0x00 */ u8 is_sfx : 1; - /* 0x00 */ u8 unused : 2; /* 0x00 */ u8 usesHeadsetPanEffects : 1; /* 0x00 */ u8 stereoHeadsetEffects : 1; } StereoData; // size = 0x1 |
