fix sdk was not compiling

This commit is contained in:
ALEZ-DEV 2025-04-11 08:38:09 +02:00
parent 9a643b4866
commit 6e1b7ac461

View File

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