Move voice memory manager code into brand new SPU MMU

This commit is contained in:
Jaby
2024-08-22 20:13:07 +02:00
committed by Jaby
parent 1fc096485d
commit 8e0e8fda7e
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();
}
}