fix sdk was not compiling

This commit is contained in:
ALEZ-DEV 2025-04-11 08:32:57 +02:00
parent 9059ce0cf1
commit ffb67cf9c7

View File

@ -169,7 +169,7 @@ impl GameManager {
} else {
Self::run(proton, binary_path, None).await?
}
};
}?;
let log_stdout = Arc::new(Mutex::new(None));
let log_stderr = Arc::new(Mutex::new(None));