More clean-up

This commit is contained in:
Jaby
2024-12-29 23:40:42 +01:00
parent dc3e5095e4
commit 322f566777
9 changed files with 59 additions and 60 deletions

View File

@@ -8,7 +8,7 @@ namespace JabyEngine {
uint32_t sfx_id;
};
static Progress parse_jingle(State::Configuration& config, JingleState& jingle) {
static Progress parse_jingle(State::CDDataProcessor& data_proc, JingleState& jingle) {
SPU::voice[jingle.sfx_id].play();
return Progress::Done;
}