fix bug in ReadGotoBeginning (to finally seek correctly)

This commit is contained in:
2025-12-03 23:55:10 +01:00
parent 945941ef5c
commit 7ea0d11d65
2 changed files with 4 additions and 8 deletions

View File

@@ -138,6 +138,7 @@ class CTRFF_API BCSTM {
DSP_ADPCM_Param() {}
PD::u16 Coefficients[0x10];
};
struct DSP_ADPCM_Context {
DSP_ADPCM_Context()
: PredictorScale(0),