More clean-up

This commit is contained in:
Jaby
2024-12-29 23:40:42 +01:00
committed by Jaby
parent 7ced40fd27
commit fc4c868049
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;
}