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

fix: new format

parent 8b96ddc4
Branches
Tags
1 merge request!16Support for Game Boy Color (CGB) 😎🖍️
Pipeline #2681 passed
...@@ -103,11 +103,7 @@ pub struct Mmu { ...@@ -103,11 +103,7 @@ pub struct Mmu {
} }
impl Mmu { impl Mmu {
pub fn new( pub fn new(components: Components, mode: GameBoyMode, gbc: Rc<RefCell<GameBoyConfig>>) -> Self {
components: Components,
mode: GameBoyMode,
gbc: Rc<RefCell<GameBoyConfig>>,
) -> Self {
Self { Self {
ppu: components.ppu, ppu: components.ppu,
apu: components.apu, apu: components.apu,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment