emulator: applied some clippy lints

This commit is contained in:
2025-06-15 04:03:48 +01:00
parent a16f57c737
commit a240346a84
13 changed files with 357 additions and 288 deletions
+5 -1
View File
@@ -20,7 +20,11 @@ fn main() -> Result<(), eframe::Error> {
let processor = Processor::new(Box::new(mainstore));
thread::spawn(move || {
run_emulator(cmd_receiver, state_sender, Arc::new(Mutex::new(processor)));
run_emulator(
&cmd_receiver,
&state_sender,
&Arc::new(Mutex::new(processor)),
);
});
// Create UI