chore(apu): update spsc depenency

This commit is contained in:
2021-10-07 15:27:51 -03:00
parent 64230973f1
commit 352a65b705
5 changed files with 84 additions and 114 deletions

View File

@@ -1,4 +1,4 @@
pub use apu::gen::AudioSPSC;
pub use apu::gen::init as spsc_init;
pub type Cycle = u64;
pub const GB_WIDTH: usize = 160;