aboutsummaryrefslogtreecommitdiff
path: root/src/audio.rs
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-05-22 00:07:30 +0200
committerAstatin <[email protected]>2025-05-22 00:07:30 +0200
commit4fce95c86e12f91e127605d440118e1b6a64208b (patch)
tree729ff48e04be1c6fef42a45afb17c0d0a2259ec1 /src/audio.rs
parent9a8e4117be8d30109229600346e7d9561c52a3e3 (diff)
Save wram,vram,io,hram with X button + move big arrays to Heap
Diffstat (limited to 'src/audio.rs')
-rw-r--r--src/audio.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio.rs b/src/audio.rs
index 3e36790..6efd0d8 100644
--- a/src/audio.rs
+++ b/src/audio.rs
@@ -555,7 +555,6 @@ pub struct Channels<A: Audio> {
impl<A: Audio> Channels<A> {
pub fn new() -> Self {
-
let wave_ch1 = Arc::new(Mutex::new(None));
let wave_ch2 = Arc::new(Mutex::new(None));
let wave_ch3 = Arc::new(Mutex::new(None));