Skip to content

Commit

Permalink
Run rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
joajfreitas committed Jun 11, 2024
1 parent acc1f77 commit 94bb7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl Gameboy {
let cycles = self.cpu.instruction() as u32;
// TODO: care for double speed mode (need to run half as much dots)
self.ppu.step(cycles);
cycles
cycles
}

pub fn debug_cmd(&mut self, cmd: &DebugCmd) -> Option<DebugEvent> {
Expand Down

0 comments on commit 94bb7ec

Please sign in to comment.