From 3ac23c20f0d29cfad1963aa117941fb9c2827126 Mon Sep 17 00:00:00 2001 From: Astatin Date: Wed, 12 Mar 2025 18:15:09 +0900 Subject: Replace minifb with pixels+winit --- src/interrupts_timers.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/interrupts_timers.rs') diff --git a/src/interrupts_timers.rs b/src/interrupts_timers.rs index 4ba07be..95a0757 100644 --- a/src/interrupts_timers.rs +++ b/src/interrupts_timers.rs @@ -1,5 +1,4 @@ use crate::display::DisplayInterrupt; -use crate::serial::Serial; use crate::state::{GBState, MemError}; const TIMA_TIMER_SPEEDS: [u64; 4] = [1024, 16, 64, 256]; -- cgit v1.2.3-70-g09d2