BUGFIX GEMMARAT: fixes input bug with frequent drops of inputs from 2 input loops

CLEANUP: remove unused imports, _ unused variables
This commit is contained in:
2025-05-30 09:23:42 -04:00
parent 9b64a959f3
commit 66ab2363d8
7 changed files with 36 additions and 48 deletions
-4
View File
@@ -1,7 +1,3 @@
use std::borrow::ToOwned;
use std::clone::Clone;
use std::net::ToSocketAddrs;
use std::string::ToString;
pub const CHIP8_REGISTER_COUNT: i32 = 16;
pub const CHIP8_MEMORY_SIZE: i32 = 4096i32;