Fix bit2.

This commit is contained in:
Tortuga veloz 2025-03-12 14:20:30 +01:00 committed by Alejandro Asenjo Nitti
parent eadc5d8fe2
commit 86fd2b4375

View file

@ -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