get fps better

This commit is contained in:
2025-10-28 12:20:02 -06:00
parent bbc9613f62
commit a7daa4c5fc
6 changed files with 72 additions and 21 deletions

View File

@@ -1,9 +1,6 @@
use crate::{
BINARY_CH,
display::{FB_PAUSED, FRAMEBUFFER},
elf::load_binary,
peripherals::keyboard,
storage::FileName,
BINARY_CH, display::FRAMEBUFFER, elf::load_binary, framebuffer::FB_PAUSED,
peripherals::keyboard, storage::FileName,
};
use abi_sys::keyboard::{KeyCode, KeyState};
use alloc::{str::FromStr, string::String, vec::Vec};