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

fix: clippy issues

parent 203a56d9
No related branches found
No related tags found
1 merge request!16Support for Game Boy Color (CGB) 😎🖍️
Pipeline #2569 failed
...@@ -67,7 +67,7 @@ impl Cpu { ...@@ -67,7 +67,7 @@ impl Cpu {
halted: false, halted: false,
mmu, mmu,
cycles: 0, cycles: 0,
gbc: gbc, gbc,
} }
} }
......
...@@ -90,7 +90,7 @@ impl Mmu { ...@@ -90,7 +90,7 @@ impl Mmu {
ram_bank: 0x1, ram_bank: 0x1,
ram_offset: 0x1000, ram_offset: 0x1000,
ie: 0x0, ie: 0x0,
gbc: gbc, gbc,
} }
} }
......
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