mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-02 08:56:40 +02:00
feat: always ignore msrs
This commit is contained in:
@@ -34,6 +34,7 @@ pub fn start_vm(config: Config) {
|
||||
let command = match Command::new("quickemu")
|
||||
.current_dir(data_dir)
|
||||
.args([
|
||||
"--ignore-msrs-always",
|
||||
"--vm",
|
||||
&format!("{}.conf", config.vm.name),
|
||||
"--display",
|
||||
|
Reference in New Issue
Block a user