chore(apu): satisfy clippy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-07-15 22:58:23 -05:00
parent fd9a5b51ba
commit cc0cb0dd8a
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ fn main() -> Result<()> {
(pixels, egui)
};
let (send, recv) = AudioMPSC::new();
let (send, recv) = AudioMPSC::init();
game_boy.set_audio_src(send);
// Initialize Audio