Support multiple windows, start on input UI

This commit is contained in:
2024-11-09 18:14:18 -05:00
parent 62b34ea760
commit a69247dd33
7 changed files with 824 additions and 476 deletions
+1
View File
@@ -160,6 +160,7 @@ pub enum EmulatorCommand {
SetKeys(VBKey),
}
#[derive(Clone)]
pub struct EmulatorClient {
queue: mpsc::Sender<EmulatorCommand>,
running: Arc<AtomicBool>,