refactor: Minor changes

> use bmswac_resampler_s16_ad temporarily (reduces load times)
> fix hook name
This commit is contained in:
[ ]
2025-11-11 04:33:40 +09:00
parent 7b5d86fe65
commit 2c188f2ac4
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -705,7 +705,7 @@ static struct offset_t
} offset_;
snd_bank *snd_bank::cache_ = nullptr;
size_t snd_bank::cachesz_ = 0;
avcodec::pcm_resampler_t snd_bank::resampler_ = avcodec::bmswac_resampler_s16;
avcodec::pcm_resampler_t snd_bank::resampler_ = avcodec::bmswac_resampler_s16_ad;
static BmsbEnumValidSoundbanks_t BmsbEnumValidSoundbanks;
void *on_enum_valid_soundbanks(void *song, int32_t difficulty, int32_t unk2)
{