This commit is contained in:
Jaby
2024-09-29 17:27:23 +02:00
committed by Jaby
parent 29b3261696
commit 989c0d2640
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);
}
}