Save state
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
namespace JabyEngine {
|
||||
namespace SPU {
|
||||
using SRAM_Adr = uint16_t;
|
||||
|
||||
using SRAM_Adr = SPU_IO::SRAM_Adr;
|
||||
|
||||
struct Voice {
|
||||
size_t get_id() const {
|
||||
return reinterpret_cast<size_t>(this);
|
||||
|
Reference in New Issue
Block a user