This commit is contained in:
Jaby
2024-09-29 17:27:23 +02:00
parent a646c143d7
commit 74d23c4ef0
18 changed files with 167 additions and 173 deletions

View File

@@ -46,6 +46,6 @@ namespace JabyEngine {
}
};
static auto& voice = __new_declare_io_port_array(Voice, SPU_IO::VoiceCount, 0x0);
static auto& voice = __declare_io_port_array(Voice, SPU_IO::VoiceCount, 0x0);
}
}