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