mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
Fix bit2.
This commit is contained in:
parent
eadc5d8fe2
commit
86fd2b4375
1 changed files with 1 additions and 1 deletions
|
@ -403,9 +403,9 @@ typedef struct {
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/* 0x00 */ u8 strongLeft : 1;
|
/* 0x00 */ u8 strongLeft : 1;
|
||||||
/* 0x00 */ u8 strongRight : 1;
|
/* 0x00 */ u8 strongRight : 1;
|
||||||
|
/* 0x00 */ u8 bit2 : 2;
|
||||||
/* 0x00 */ u8 is_voice : 1;
|
/* 0x00 */ u8 is_voice : 1;
|
||||||
/* 0x00 */ u8 is_sfx : 1;
|
/* 0x00 */ u8 is_sfx : 1;
|
||||||
/* 0x00 */ u8 unused : 2;
|
|
||||||
/* 0x00 */ u8 usesHeadsetPanEffects : 1;
|
/* 0x00 */ u8 usesHeadsetPanEffects : 1;
|
||||||
/* 0x00 */ u8 stereoHeadsetEffects : 1;
|
/* 0x00 */ u8 stereoHeadsetEffects : 1;
|
||||||
} StereoData; // size = 0x1
|
} StereoData; // size = 0x1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue