Skip to content
Snippets Groups Projects
Verified Commit 0f812e25 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: removed extra import

parent 3475fc6c
No related branches found
No related tags found
1 merge request!26Make dmg-audio tests pass
Pipeline #3031 passed
...@@ -9,7 +9,7 @@ use crate::{ ...@@ -9,7 +9,7 @@ use crate::{
ppu::Ppu, ppu::Ppu,
rom::Cartridge, rom::Cartridge,
serial::Serial, serial::Serial,
timer::Timer, warnln, timer::Timer,
}; };
pub const BOOT_SIZE_DMG: usize = 256; pub const BOOT_SIZE_DMG: usize = 256;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment