mirror of
https://github.com/HarbourMasters/Starship
synced 2026-06-27 11:02:59 -04:00
Fix bit2.
This commit is contained in:
committed by
Alejandro Asenjo Nitti
parent
eadc5d8fe2
commit
86fd2b4375
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user