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

fix: unused param issue

parent 8ca68700
No related branches found
No related tags found
1 merge request!16Support for Game Boy Color (CGB) 😎🖍️
Pipeline #2671 failed
......@@ -7,7 +7,7 @@ impl Dma {
pub fn reset(&mut self) {}
pub fn clock(&mut self, cycles: u8) {}
pub fn clock(&mut self, _cycles: u8) {}
}
impl Default for Dma {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment