Move voice memory manager code into brand new SPU MMU
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user