From 4fce95c86e12f91e127605d440118e1b6a64208b Mon Sep 17 00:00:00 2001 From: Astatin Date: Thu, 22 May 2025 00:07:30 +0200 Subject: Save wram,vram,io,hram with X button + move big arrays to Heap --- src/interrupts_timers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interrupts_timers.rs') diff --git a/src/interrupts_timers.rs b/src/interrupts_timers.rs index f4ac3c2..b776777 100644 --- a/src/interrupts_timers.rs +++ b/src/interrupts_timers.rs @@ -1,6 +1,6 @@ use crate::display::DisplayInterrupt; +use crate::io::{Audio, Serial}; use crate::state::{GBState, MemError}; -use crate::io::{Serial, Audio}; const TIMA_TIMER_SPEEDS: [u64; 4] = [1024, 16, 64, 256]; -- cgit v1.2.3-70-g09d2