mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Fix DSPAcceleratorTest
This commit is contained in:

committed by
Tillmann Karras

parent
ac2fdefcb4
commit
0dd282f626
@ -83,7 +83,7 @@ protected:
|
||||
BitField<3, 1, FormatDecode> decode;
|
||||
BitField<4, 2, FormatGainCfg> gain_cfg;
|
||||
BitField<6, 10, u16> unk;
|
||||
} m_sample_format;
|
||||
} m_sample_format{0};
|
||||
|
||||
s16 m_gain = 0;
|
||||
s16 m_yn1 = 0;
|
||||
|
Reference in New Issue
Block a user