chirp-minifb: Propagate errors up to main

This commit is contained in:
2023-03-30 10:46:35 -05:00
parent c1f457814d
commit 627511282a
4 changed files with 39 additions and 22 deletions

View File

@@ -580,7 +580,6 @@ impl CPU {
};
// Print opcode disassembly:
if self.flags.debug {
println!("{:?}", self.timers.insn.elapsed().bright_black());
self.timers.insn = Instant::now();