Move voice memory manager code into brand new SPU MMU

This commit is contained in:
2024-08-22 20:13:07 +02:00
parent f18c1eb137
commit 12de2340cc
5 changed files with 140 additions and 126 deletions

View File

@@ -3,9 +3,5 @@
namespace JabyEngine {
namespace SPU {
const uint8_t* allocate_voice(uint8_t voice, size_t size);
void deallocate_voice(uint8_t voice);
void dump();
}
}